fix(router): make the contstructor of the router service public

This commit is contained in:
vsavkin
2016-06-28 16:53:54 -07:00
parent 8c45aebc18
commit 3784696b9e
3 changed files with 4 additions and 8 deletions

View File

@ -125,7 +125,7 @@ export class Router {
private config: RouterConfig;
/**
* @internal
* Creates the router service.
*/
constructor(
private rootComponentType: Type, private resolver: ComponentResolver,