
committed by
Alex Rickabaugh

parent
c1724062f1
commit
13143b850e
@ -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 */
|
||||
|
Reference in New Issue
Block a user