Krzysztof Grzybek
69948ce919
fix(router): add null support for RouterLink directive ( #32616 )
...
Value of "undefined" passed as segment in routerLink is stringified to string "undefined".
This change introduces the same behavior for value of "null".
PR Close #32616
2020-06-25 11:58:01 -07:00
Andrew Scott
585e3f6adc
fix(router): Fix relative link generation from empty path components ( #37446 )
...
Partial resubmit of #26243
Fixes incorrect url tree generation for empty path components with children.
Adds a test to demonstrate the failure of createUrlTree for those routes.
Fixes #13011
Fixes #35687
PR Close #37446
2020-06-08 17:15:38 -07:00
Joey Perrott
6f829180f7
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:27:01 -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
Igor Minar
091a504377
Revert "fix(router): change processing url tree children condition ( #26243 )" ( #27516 )
...
This reverts commit ccc77ca441ae11d2b516806b4b1c1b7b3062b896.
Breaks Pantheon see cl/224256517.
PR Close #27516
2018-12-06 09:17:20 -08:00
miginmrs
ccc77ca441
fix(router): change processing url tree children condition ( #26243 )
...
stop adding next path of pathless activated route to the url
PR Close #26224
PR Close #26243
2018-12-05 10:39:30 -08:00
Miško Hevery
bc431888f3
fix(router): Update types for TypeScript nullability support
...
This reverts commit ea8ffc984136ef4d32b6858fe35e69cc9fced021.
2017-04-18 12:07:33 -07:00
Tobias Bosch
ea8ffc9841
Revert "fix(router): Update types for TypeScript nullability support"
...
This reverts commit 56c46d70f7b3cb308d658224682d739d4f9b5a2a.
Broke in G3.
2017-04-17 09:56:09 -07:00
Miško Hevery
56c46d70f7
fix(router): Update types for TypeScript nullability support
2017-04-14 14:31:17 -07:00
Victor Berchet
029d0f25e5
fix(router): fix query parameters with multiple values ( #15129 )
...
fixes #14796
2017-03-15 15:27:19 -07:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00