Skip to content

Commit 8d3ae1a

Browse files
committed
fix(@ngtools/webpack): remove internal markers
With these in, we can't access the properties from other Bazel targets.
1 parent 44dc350 commit 8d3ae1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ngtools/webpack/src/interfaces.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ export interface AngularCompilerPluginOptions {
5353
logger?: logging.Logger;
5454
directTemplateLoading?: boolean;
5555

56-
/* @internal */
5756
emitClassMetadata?: boolean;
58-
/* @internal */
5957
emitNgModuleScope?: boolean;
6058

6159
/**

0 commit comments

Comments
 (0)