angular/packages/core
Pawel Kozlowski b7392f9064 fix(core): execute template creation in non-reactive context (#49883)
This fix assures that templates functions executed in the creation mode
are run outside of the reactive context. This avoids the situation where
signal reads in a directive constructor (executed as part of the creation
mode) would mark the host component as dirty.

Fixes #49871

PR Close #49883
2023-04-18 13:59:42 +00:00
..
global build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
rxjs-interop fix(core): Fix capitalization of toObservableOptions (#49832) 2023-04-13 19:12:54 +00:00
schematics refactor(migrations): log a link to the standalone migration (#49752) 2023-04-10 09:04:02 -07:00
src fix(core): execute template creation in non-reactive context (#49883) 2023-04-18 13:59:42 +00:00
test fix(core): execute template creation in non-reactive context (#49883) 2023-04-18 13:59:42 +00:00
testing refactor(core): drop IE workarounds (#49763) 2023-04-13 14:01:45 +00:00
BUILD.bazel build(core): introduce @angular/core/rxjs-interop entrypoint (#49154) 2023-03-30 09:44:38 -07:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json build: update minimum supported Node version from 16.13.0 -> 16.14.0 (#49771) 2023-04-11 07:56:31 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00