mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, `router.navigate` took a string representing the URL. Now, it accepts an array that mirrors the link DSL. Closes #4040 BREAKING CHANGE The old method has been renamed to `router.navigateByUrl`. Either change your navigation calls to use the DSL (preferred) or call `router.navigateByUrl` instead. Closes #4074 |
||
|---|---|---|
| .. | ||
| benchmark/transform | ||
| compiler | ||
| core | ||
| http | ||
| mock | ||
| router | ||
| test_lib | ||
| tools | ||
| web_workers | ||
| platform.dart | ||
| platform.ts | ||