File tree 1 file changed +8
-0
lines changed
packages/ngtools/webpack/src 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,20 @@ export interface AngularCompilerPluginOptions {
34
34
skipCodeGeneration ?: boolean ;
35
35
hostReplacementPaths ?: { [ path : string ] : string } | ( ( path : string ) => string ) ;
36
36
forkTypeChecker ?: boolean ;
37
+
38
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
37
39
i18nInFile ?: string ;
40
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
38
41
i18nInFormat ?: string ;
42
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
39
43
i18nOutFile ?: string ;
44
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
40
45
i18nOutFormat ?: string ;
46
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
41
47
locale ?: string ;
48
+ /** @deprecated since version 9 - When using Ivy this option has no effect as i18n is no longer part of the TypeScript compilation. */
42
49
missingTranslation ?: string ;
50
+
43
51
platform ?: PLATFORM ;
44
52
nameLazyFiles ?: boolean ;
45
53
logger ?: logging . Logger ;
You can’t perform that action at this time.
0 commit comments