angular/packages/core/src/render3/interfaces
Andrew Kushnir e48930454a refactor(core): hydration logic for simple element and text nodes (#49285)
This commit incrementally builds on top of https://github.com/angular/angular/pull/49271 and adds the logic to hydrate elements and text nodes that don't have any Angular features (like *ngIf/*ngFor, etc) and are not content-projected.

The subsequent commits will extend the logic further to support more complex scenarios.

Co-authored-by: Jessica Janiuk <jessicajaniuk@google.com>
Co-authored-by: Andrew Kushnir <akushnir@google.com>

PR Close #49285
2023-03-06 19:43:41 +00:00
..
container.ts refactor(core): clean up circular dependencies (#39722) 2020-11-18 09:15:29 -08:00
context.ts perf(core): avoid storing LView in __ngContext__ (#45051) 2022-02-18 13:32:11 -08:00
definition.ts feat(core): introduce concept of DestroyRef (#49158) 2023-02-28 11:52:09 -08:00
document.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
i18n.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
injector.ts docs(core): fix viewProviders & providers typos in NodeInjectorFactory (#47408) 2022-09-13 09:20:18 -07:00
lview_tracking.ts perf(core): only track LViews that are referenced in __ngContext__ (#45172) 2022-02-24 23:51:38 +00:00
node.ts refactor(core): rename TNode.tViews to TNode.tView (#49313) 2023-03-06 16:56:00 +00:00
projection.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
public_definitions.ts refactor(compiler): add support for host directives (#46868) 2022-08-22 16:00:35 -07:00
query.ts refactor(core): add single type for injector token (#41580) 2021-04-22 10:47:12 -07:00
renderer.ts refactor(core): remove experimental Renderer3 abstraction (#46605) 2022-06-30 09:04:56 -07:00
renderer_dom.ts refactor(core): hydration logic for simple element and text nodes (#49285) 2023-03-06 19:43:41 +00:00
sanitization.ts feat(core): allow returning Trusted Types from SanitizerFn (#39218) 2020-10-16 08:13:52 -07:00
styling.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
type_checks.ts refactor(core): remove assumptions that component will be first in directives list (#47490) 2022-09-21 10:05:32 +02:00
view.ts refactor(platform-server): Implement hydration state transfer machinery (#49271) 2023-03-06 16:53:37 +00:00