angular/packages/core/src/render3/interfaces
arturovt df27027ecb fix(core): remove application from the testability registry when the root view is removed (#39876)
In the new behavior Angular removes applications from the testability registry when the
root view gets destroyed. This eliminates a memory leak, because before that the
TestabilityRegistry holds references to HTML elements, thus they cannot be GCed.

PR Close #22106

PR Close #39876
2020-12-02 12:56:04 -08:00
..
container.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
context.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
definition.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08: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
query.ts feat(core): support injection token as predicate in queries (#37506) 2020-06-11 13:21:11 -07: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): remove application from the testability registry when the root view is removed (#39876) 2020-12-02 12:56:04 -08:00