mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): call publishSignalConfiguration when bootstraping a standalone component. (#49968)
`publishSignalConfiguration` was not called when bootstraping an app using `boostrapApplication()` PR Close #49968
This commit is contained in:
parent
a5428a7fa6
commit
e5801be1b2
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ function createOrReusePlatformInjector(providers: StaticProvider[] = []): Inject
|
|||
const injector = createPlatformInjector(providers);
|
||||
_platformInjector = injector;
|
||||
publishDefaultGlobalUtils();
|
||||
publishSignalConfiguration();
|
||||
runPlatformInitializers(injector);
|
||||
return injector;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue