Skip to content

Commit

Permalink
fix(ngcc): ensure that ngcc always renders legacy message ids
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Nov 28, 2019
1 parent 8c100d3 commit fe0c0b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ export class DecorationAnalyzer {
this.reflectionHost, this.evaluator, this.fullRegistry, this.fullMetaReader,
this.scopeRegistry, this.scopeRegistry, this.isCore, this.resourceManager, this.rootDirs,
/* defaultPreserveWhitespaces */ false,
/* i18nUseExternalIds */ true, /* enableI18nLegacyMessageId */ false, this.moduleResolver,
/* i18nUseExternalIds */ true, /* enableI18nLegacyMessageId */ true, this.moduleResolver,
this.cycleAnalyzer, this.refEmitter, NOOP_DEFAULT_IMPORT_RECORDER,
/* annotateForClosureCompiler */ false),
new DirectiveDecoratorHandler(
Expand Down

0 comments on commit fe0c0b7

Please sign in to comment.