mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`InitialNavigation` is used in `ExtraOptions`, which is already part of the public API. Thus, `InitialNavigation` should be too. Not publicly exporting it from `router/index.ts` seems an omission, since the type is already annotated with the `@publicApi` JSDoc tag. By publicly exporting `InitialNavigation`, it will also correctly appear in the API docs on angular.io. PR Close #32707 |
||
|---|---|---|
| .. | ||
| router.d.ts | ||
| testing.d.ts | ||
| upgrade.d.ts | ||