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 a1683f8 commit b6812f7Copy full SHA for b6812f7
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -1068,7 +1068,6 @@ 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
- Proceeding with default locale data registration i.e. 'en'.
1072
If needed, localeData can be registered against custom locale in application module.`);
1073
return null;
1074
}
0 commit comments