641c671bac
The `ngInjectableDef` property was renamed to `ɵprov`, but core must still support both because there are published libraries that use the older term. We are only interested in such properties that are defined directly on the type being injected, not on base classes. So there is a check that the defintion is specifically for the given type. Previously if you tried to inject a class that had `ngInjectableDef` but also inherited `ɵprov` then the check would fail on the `ɵprov` property and never even try the `ngInjectableDef` property resulting in a failed injection. This commit fixes this by attempting to find each of the properties independently. Fixes https://github.com/angular/ngcc-validation/pull/526 PR Close #33732 |
||
---|---|---|
.. | ||
injectable_def | ||
injector_def/ivy_build/app | ||
ng_module |