86104b82b8
Injectable defs are not considered public API, so the property that contains them should be prefixed with Angular's marker for "private" ('ɵ') to discourage apps from relying on def APIs directly. This commit adds the prefix and shortens the name from ngInjectableDef to "prov" (for "provider", since injector defs are known as "inj"). This is because property names cannot be minified by Uglify without turning on property mangling (which most apps have turned off) and are thus size-sensitive. PR Close #33151 |
||
---|---|---|
.. | ||
forward_ref_spec.ts | ||
injector_spec.ts | ||
r3_injector_spec.ts | ||
reflective_injector_spec.ts | ||
reflective_key_spec.ts | ||
static_injector_spec.ts |