Skip to content

Commit 6304221

Browse files
filipesilvadgp1130
authored andcommittedApr 30, 2020
fix(@ngtools/webpack): remove internal markers
With these in, we can't access the properties from other Bazel targets.
1 parent 775617f commit 6304221

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/ngtools/webpack/src/interfaces.ts

-2
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)
Please sign in to comment.