Revert "refactor(router): remove deprecated RouterOutlet
properties (#18781)"
This reverts commit d1c4a94bbf
.
This commit is contained in:
@ -72,6 +72,11 @@ export class RouterOutlet implements OnDestroy, OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
/** @deprecated since v4 **/
|
||||
get locationInjector(): Injector { return this.location.injector; }
|
||||
/** @deprecated since v4 **/
|
||||
get locationFactoryResolver(): ComponentFactoryResolver { return this.resolver; }
|
||||
|
||||
get isActivated(): boolean { return !!this.activated; }
|
||||
|
||||
get component(): Object {
|
||||
|
Reference in New Issue
Block a user