Joey Perrott
b857aafcb9
refactor: migrate router to prettier formatting ( #54318 )
...
Migrate formatting to prettier for router from clang-format
PR Close #54318
2024-02-08 19:17:14 +00:00
Andrew Scott
ff9d3b0f02
refactor(router): Remove legacy url creation code ( #49360 )
...
This commit removes code for the old way of creating a `UrlTree`.
PR Close #49360
2023-03-22 16:37:01 +01:00
Matthieu Riegler
0fa70dfb6d
refactor(router): code cleaning ( #48259 )
...
Removing unnecessary type assertions, null assertions etc.
PR Close #48259
2022-12-09 09:59:20 -08:00
markostanimirovic
4dbd2028fe
refactor(router): move types from config and interfaces to models ( #44939 )
...
This commit moves all types from `config.ts` and `interfaces.ts`
to `models.ts` to fix circular dependency.
PR Close #44939
2022-02-03 12:40:28 -08:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
Jason Aden
081f95c812
feat(router): allow guards to return UrlTree as well as boolean ( #26521 )
...
* Removed `andObservable` helper function in favor of inline implementation
* Flow `boolean | UrlTree` through guards check
* Add tests to verify behavior of `checkGuards` function flowing `UrlTree` properly
PR Close #26521
2018-10-31 19:51:50 -04:00
Misko Hevery
3d50fd7cac
build: add bazel test rules for remainder of packages ( #21053 )
...
PR Close #21053
2017-12-22 13:10:51 -08:00
Olivier Combe
0f5c70d563
build: update npm dependencies ( #19328 )
...
PR Close #19328
2017-09-22 13:20:52 -07:00
Jason Aden
49cd8513e4
feat(router): add events tracking activation of individual routes
...
* Adds `ChildActivationStart` and `ChildActivationEnd`
* Adds test to verify the PreActivation phase of routing
2017-08-01 10:44:00 -07:00