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

@ -15,7 +15,7 @@ import {ActivatedRoute} from './router_state';
/**
* Store contextual information about a `RouterOutlet`
*
*
* @publicApi
*/
export class OutletContext {
outlet: RouterOutlet|null = null;
@ -28,7 +28,7 @@ export class OutletContext {
/**
* Store contextual information about the children (= nested) `RouterOutlet`
*
*
* @publicApi
*/
export class ChildrenOutletContexts {
// contexts for child outlets, by name.