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
Angular 19 introduced provideAppInitializer function and deprecated the APP_INITIALIZER DI token.
The WorkbenchInitializer allows initializing the application during workbench startup to allow hooks into the workbench's startup process. The SCION Workbench defines a number of injection tokens (also called DI tokens) as hooks into the workbench's startup process. This initialization process should be replaced by a provideWorbenchInitializer or similarly named function to provide Angular-like dev experience.
The text was updated successfully, but these errors were encountered:
k-genov
changed the title
Migrate WorkbenchInitializer and related startup DI tokens to initializer function
Replace WorkbenchInitializer and related startup DI tokens with initializer function
Mar 4, 2025
Angular 19 introduced
provideAppInitializer
function and deprecated theAPP_INITIALIZER
DI token.The
WorkbenchInitializer
allows initializing the application during workbench startup to allow hooks into the workbench's startup process. The SCION Workbench defines a number of injection tokens (also called DI tokens) as hooks into the workbench's startup process. This initialization process should be replaced by aprovideWorbenchInitializer
or similarly named function to provide Angular-like dev experience.The text was updated successfully, but these errors were encountered: