File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
goldens/public-api/router Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,6 @@ export class OutletContext {
542542 children: ChildrenOutletContexts ;
543543 // (undocumented)
544544 get injector(): EnvironmentInjector ;
545- set injector(_ : EnvironmentInjector );
546545 // (undocumented)
547546 outlet: RouterOutletContract | null ;
548547 // (undocumented)
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ export class OutletContext {
2525 get injector ( ) : EnvironmentInjector {
2626 return getClosestRouteInjector ( this . route ?. snapshot ) ?? this . rootInjector ;
2727 }
28- // TODO(atscott): Only here to avoid a "breaking" change in a patch/minor. Remove in v19.
29- set injector ( _ : EnvironmentInjector ) { }
3028
3129 constructor ( private readonly rootInjector : EnvironmentInjector ) {
3230 this . children = new ChildrenOutletContexts ( this . rootInjector ) ;
You can’t perform that action at this time.
0 commit comments