forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(router): separate router initializer into different logical …
…providers (angular#46215) This change separates the router initializer into different providers. While it does not actually change the tree-shakeablity or the public API, it does move us towards a world that _could_ do this. That is, instead of `initialNavigation: 'disabled'`, users could use `provideDisabledInitialNavigation` in the `bootstrapApplication` call and none of the code for `initialNavigation: 'enabledBlocking'` would be included in the application. PR Close angular#46215
- Loading branch information
1 parent
ae0a63a
commit 2d713f5
Showing
3 changed files
with
114 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters