mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This feature adds an `onUrlChange` to Angular's `Location` class. This is useful to track all updates coming from anywhere in the framework. Without this method, it's difficult (or impossible) to track updates run through `location.go()` or `location.replaceState()` as the browser doesn't publish events when `history.pushState()` or `.replaceState()` are run. PR Close #30055 |
||
|---|---|---|
| .. | ||
| directives | ||
| i18n | ||
| location | ||
| pipes | ||
| BUILD.bazel | ||
| common_module_spec.ts | ||
| cookie_spec.ts | ||
| spies.ts | ||
| viewport_scroller_spec.ts | ||