docs: update router to use @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 18:25:11 +01:00
committed by Alex Rickabaugh
parent c1724062f1
commit 13143b850e
20 changed files with 67 additions and 65 deletions

View File

@ -44,7 +44,7 @@ import {Tree, TreeNode} from './utils/tree';
*
* See `ActivatedRoute` for more information.
*
*
* @publicApi
*/
export class RouterState extends Tree<ActivatedRoute> {
/** @internal */
@ -103,7 +103,7 @@ export function createEmptyStateSnapshot(
* }
* ```
*
*
* @publicApi
*/
export class ActivatedRoute {
/** The current snapshot of this route */
@ -250,7 +250,7 @@ function flattenInherited(pathFromRoot: ActivatedRouteSnapshot[]): Inherited {
* }
* ```
*
*
* @publicApi
*/
export class ActivatedRouteSnapshot {
/** The configuration used to match this route **/
@ -358,7 +358,7 @@ export class ActivatedRouteSnapshot {
* }
* ```
*
*
* @publicApi
*/
export class RouterStateSnapshot extends Tree<ActivatedRouteSnapshot> {
/** @internal */