fix(router): make the contstructor of the router service public
This commit is contained in:
@ -125,7 +125,7 @@ export class Router {
|
||||
private config: RouterConfig;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* Creates the router service.
|
||||
*/
|
||||
constructor(
|
||||
private rootComponentType: Type, private resolver: ComponentResolver,
|
||||
|
Reference in New Issue
Block a user