diff --git a/packages/angular/src/utils/mf/with-module-federation.ts b/packages/angular/src/utils/mf/with-module-federation.ts index 09f67ab353..eebcf04b65 100644 --- a/packages/angular/src/utils/mf/with-module-federation.ts +++ b/packages/angular/src/utils/mf/with-module-federation.ts @@ -224,7 +224,10 @@ function applyAdditionalShared( function applyDefaultEagerPackages( sharedConfig: Record ) { - const DEFAULT_PACKAGES_TO_LOAD_EAGERLY = ['@angular/localize/init']; + const DEFAULT_PACKAGES_TO_LOAD_EAGERLY = [ + '@angular/localize', + '@angular/localize/init', + ]; for (const pkg of DEFAULT_PACKAGES_TO_LOAD_EAGERLY) { sharedConfig[pkg] = { ...(sharedConfig[pkg] ?? {}),