fix(router): remove private and internal annotations (#9753)
This commit is contained in:

committed by
Victor Berchet

parent
695c08b9dd
commit
137fff9632
@ -31,9 +31,6 @@ export class RouterOutlet {
|
||||
private _activatedRoute: ActivatedRoute;
|
||||
public outletMap: RouterOutletMap;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
constructor(
|
||||
parentOutletMap: RouterOutletMap, private location: ViewContainerRef,
|
||||
private componentFactoryResolver: ComponentFactoryResolver, @Attribute('name') name: string) {
|
||||
|
Reference in New Issue
Block a user