Skip to content

Commit

Permalink
feat(bazel): make forbidOrphanComponents option configurable
Browse files Browse the repository at this point in the history
Now users can configure the option `forbidOrphanComponents` in the tsconfig's angularCompilerOptions part.
  • Loading branch information
pmvald committed Oct 5, 2023
1 parent 217e502 commit 3d8d6ae
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 3d8d6ae

Please sign in to comment.