doc(api): fix invalid doc links (#9873)
Errors were reported during API doc generation.
This commit is contained in:

committed by
Victor Berchet

parent
96a9e66616
commit
749dec7dfb
@ -113,7 +113,7 @@ export type Event = NavigationStart | NavigationEnd | NavigationCancel | Navigat
|
||||
/**
|
||||
* The `Router` is responsible for mapping URLs to components.
|
||||
*
|
||||
* See {@link Routes) for more details and examples.
|
||||
* See {@link Routes} for more details and examples.
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
|
@ -159,12 +159,12 @@ export function mapChildrenIntoArray<T>(
|
||||
*/
|
||||
export abstract class UrlSerializer {
|
||||
/**
|
||||
* Parse a url into a {@Link UrlTree}
|
||||
* Parse a url into a {@link UrlTree}
|
||||
*/
|
||||
abstract parse(url: string): UrlTree;
|
||||
|
||||
/**
|
||||
* Converts a {@Link UrlTree} into a url
|
||||
* Converts a {@link UrlTree} into a url
|
||||
*/
|
||||
abstract serialize(tree: UrlTree): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user