Skip to content

Commit

Permalink
refactor(@ngtools/webpack): deprecate i18n options
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and Keen Yee Liau committed Mar 30, 2020
1 parent eb70da6 commit 15468a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/ngtools/webpack/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,20 @@ export interface AngularCompilerPluginOptions {
skipCodeGeneration?: boolean;
hostReplacementPaths?: { [path: string]: string } | ((path: string) => string);
forkTypeChecker?: boolean;

/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
i18nInFile?: string;
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
i18nInFormat?: string;
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
i18nOutFile?: string;
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
i18nOutFormat?: string;
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
locale?: string;
/** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
missingTranslation?: string;

platform?: PLATFORM;
nameLazyFiles?: boolean;
logger?: logging.Logger;
Expand Down

0 comments on commit 15468a5

Please sign in to comment.