Skip to content

Commit

Permalink
feat(bazel): make forbidOrphanComponents option configurable (angul…
Browse files Browse the repository at this point in the history
…ar#52061)

Now users can configure the option `forbidOrphanComponents` in the tsconfig's angularCompilerOptions part.

PR Close angular#52061
  • Loading branch information
pmvald authored and ChellappanRajan committed Jan 23, 2024
1 parent e98c0a7 commit c83326e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bazel/src/ngc-wrapped/index.ts
Expand Up @@ -86,6 +86,7 @@ export async function runOneBuild(
'preserveWhitespaces',
'createExternalSymbolFactoryReexports',
'extendedDiagnostics',
'forbidOrphanComponents',
]);

const userOverrides = Object.entries(userOptions)
Expand Down

0 comments on commit c83326e

Please sign in to comment.