-
-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Loading builder for Route (#3113)
This change is mainly to make it easier for specifying loading screen along when routing between component using the ``RouterComponent``. Currently the change is only made on ``Route``, that now have optional ``loadingBuilder`` to Route constructor which would expect a ``Component``, which would be added as the loading page/screen while ``onLoad`` of the ``builder`` (the main routing component) to be completed. --------- Co-authored-by: Lukas Klingsbo <[email protected]>
- Loading branch information
1 parent
e9512e9
commit 1e62b34
Showing
2 changed files
with
71 additions
and
2 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