Skip to content

Commit

Permalink
fix(@ngtools/webpack): remove internal markers
Browse files Browse the repository at this point in the history
With these in, we can't access the properties from other Bazel targets.
  • Loading branch information
filipesilva authored and dgp1130 committed Apr 30, 2020
1 parent 775617f commit 6304221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ngtools/webpack/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ export interface AngularCompilerPluginOptions {
logger?: logging.Logger;
directTemplateLoading?: boolean;

/* @internal */
emitClassMetadata?: boolean;
/* @internal */
emitNgModuleScope?: boolean;

/**
Expand Down

0 comments on commit 6304221

Please sign in to comment.