docs: update router api documentation (#37980)
Edit descriptions, usage examples, and add links to be complete and consistent with API reference doc style PR Close #37980
This commit is contained in:

committed by
Andrew Kushnir

parent
019a696a6a
commit
6c9401c338
1
goldens/public-api/router/router.d.ts
vendored
1
goldens/public-api/router/router.d.ts
vendored
@ -148,7 +148,6 @@ export declare class GuardsCheckStart extends RouterEvent {
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export declare type InitialNavigation = true | false | 'enabled' | 'disabled' | 'legacy_enabled' | 'legacy_disabled';
|
||||
|
||||
export declare type LoadChildren = LoadChildrenCallback | DeprecatedLoadChildren;
|
||||
|
Reference in New Issue
Block a user