You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// These paths are meant to be used by the loader so we must denormalize them.
923
-
constuniqueDependencies=newSet([
923
+
constuniqueDependencies=newSet([
924
924
...esImports,
925
925
...resourceImports,
926
926
...this.getResourceDependencies(resolvedFileName)
@@ -1065,9 +1065,9 @@ export class AngularCompilerPlugin {
1065
1065
if(locales.indexOf(parentLocale)!==-1){
1066
1066
locale=parentLocale;
1067
1067
}else{
1068
-
thrownewError(
1069
-
`Unable to load the locale data file "@angular/common/locales/${locale}", `+
1070
-
`please check that "${locale}" is a valid locale id.`);
1068
+
console.log(`Unable to load the locale data file "@angular/common/locales/${locale}", `+
1069
+
`please check that "${locale}" is a valid locale id. Proceeding with default locale data registration i.e. 'en'. If needed, localeData can be registered against custom locale in application module.`);
0 commit comments