angular/packages/core/src/render3/interfaces
Pete Bacon Darwin 4dc27a7eaa refactor(core): rename ɵɵFactoryDef to ɵɵFactoryDeclaration (#41119)
Th `ɵɵFactoryDef` type will appear in published libraries, via their typings
files, to describe what type dependencies a DI factory has. The parameters
on this type are used by tooling such as the Language Service to understand
the DI dependencies of the class being created by the factory.

This commit moves the type to the `public_definitions.ts` file alongside
the other types that have a similar role, and it renames it to `ɵɵFactoryDeclaration`
to align it with the other declaration types such as `ɵɵDirectiveDeclaration`
and so on.

PR Close #41119
2021-03-22 08:57:18 -07:00
..
container.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
context.ts refactor(core): co-locate read/write patched data functions (#41097) 2021-03-08 08:38:00 -08:00
definition.ts refactor(core): rename ɵɵFactoryDef to ɵɵFactoryDeclaration (#41119) 2021-03-22 08:57:18 -07:00
document.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
i18n.ts refactor(core): clean up circular dependencies (#39233) 2020-10-21 18:33:00 -07:00
injector.ts fix(core): Allow passing AbstractType to the inject function (#37958) 2020-11-24 10:42:21 -08:00
node.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
player.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
projection.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
public_definitions.ts refactor(core): rename ɵɵFactoryDef to ɵɵFactoryDeclaration (#41119) 2021-03-22 08:57:18 -07:00
query.ts fix(core): QueryList should not fire changes if the underlying list did not change. (#40091) 2021-01-14 13:55:02 -08:00
renderer.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
renderer_dom.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
sanitization.ts feat(core): allow returning Trusted Types from SanitizerFn (#39218) 2020-10-16 08:13:52 -07:00
styling.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
type_checks.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
view.ts fix(core): improve injector debug information in ngDevMode (#40476) 2021-01-22 10:21:25 -08:00