We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e38f commit 9ac1b36Copy full SHA for 9ac1b36
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -1068,7 +1068,7 @@ export class AngularCompilerPlugin {
1068
this._warnings.push(`AngularCompilerPlugin: Unable to load the locale data file ` +
1069
`"@angular/common/locales/${locale}", ` +
1070
`please check that "${locale}" is a valid locale id.
1071
- If needed, localeData can be registered against custom locale in application module.`);
+ If needed, you can use "registerLocaleData" manually.`);
1072
return null;
1073
}
1074
0 commit comments