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 {
542
542
children: ChildrenOutletContexts ;
543
543
// (undocumented)
544
544
get injector(): EnvironmentInjector ;
545
- set injector(_ : EnvironmentInjector );
546
545
// (undocumented)
547
546
outlet: RouterOutletContract | null ;
548
547
// (undocumented)
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ export class OutletContext {
25
25
get injector ( ) : EnvironmentInjector {
26
26
return getClosestRouteInjector ( this . route ?. snapshot ) ?? this . rootInjector ;
27
27
}
28
- // TODO(atscott): Only here to avoid a "breaking" change in a patch/minor. Remove in v19.
29
- set injector ( _ : EnvironmentInjector ) { }
30
28
31
29
constructor ( private readonly rootInjector : EnvironmentInjector ) {
32
30
this . children = new ChildrenOutletContexts ( this . rootInjector ) ;
You can’t perform that action at this time.
0 commit comments