refactor(router): cleanup & simplifications

This commit is contained in:
Victor Berchet
2017-04-02 17:21:56 -07:00
committed by Hans
parent 46ce3317c3
commit 0ab04bd62c
5 changed files with 151 additions and 173 deletions

View File

@ -38,8 +38,7 @@ import {Tree, TreeNode} from './utils/tree';
*
* @description
* RouterState is a tree of activated routes. Every node in this tree knows about the "consumed" URL
* segments,
* the extracted parameters, and the resolved data.
* segments, the extracted parameters, and the resolved data.
*
* See {@link ActivatedRoute} for more information.
*