Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace WorkbenchInitializer and related startup DI tokens with initializer function #636

Open
k-genov opened this issue Mar 4, 2025 · 0 comments

Comments

@k-genov
Copy link
Contributor

k-genov commented Mar 4, 2025

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.

@k-genov 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant