feat(ivy): implement the getters of ViewContainerRef (#25174)
BREAKING CHANGE: ViewContainerRef.parentInjector is deprecated without replacement PR Close #25174
This commit is contained in:
@ -41,6 +41,7 @@ export abstract class ViewContainerRef {
|
||||
|
||||
abstract get injector(): Injector;
|
||||
|
||||
/** @deprecated No replacement */
|
||||
abstract get parentInjector(): Injector;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user