Revert "refactor(core): Change abstract get
to readonly
(#19226)"
This reverts commit 3aa3d5c548
.
This commit is contained in:
@ -163,7 +163,7 @@ export abstract class ReflectiveInjector implements Injector {
|
||||
* expect(child.parent).toBe(parent);
|
||||
* ```
|
||||
*/
|
||||
readonly parent: Injector|null;
|
||||
abstract get parent(): Injector|null;
|
||||
|
||||
/**
|
||||
* Resolves an array of providers and creates a child injector from those providers.
|
||||
|
Reference in New Issue
Block a user