cleanup(router): make strictNullChecks happy

This commit is contained in:
vsavkin
2016-06-02 11:40:47 -07:00
parent d95f0fd83d
commit 1914847e72
6 changed files with 13 additions and 13 deletions

View File

@ -174,7 +174,7 @@ class MatchResult {
public leftOverUrl: TreeNode<UrlSegment>[],
public secondary: TreeNode<UrlSegment>[],
public outlet: string,
public route: Route,
public route: Route | null,
public lastUrlSegment: UrlSegment
) {}
}