angular/packages/core
cexbrayat 2003caf4b7 fix(core): handle if alias in control flow migration (#52181)
This adds the support of `if ` conditions with `as` clause when migrating to the control flow syntax.
It now adds the required semicolon before the `as` when migrating the template.

Before: `@if (user$ | async as user) {`
After: `@if (user$ | async; as user) {`

PR Close #52181
2023-10-16 18:35:19 +02:00
..
global build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
primitives/signals fix(core): drop mutate function from the signals public API (#51821) (#51986) 2023-10-06 15:12:00 -07:00
rxjs-interop build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
schematics fix(core): handle if alias in control flow migration (#52181) 2023-10-16 18:35:19 +02:00
src refactor(core): remove hack on render3 (#51238) 2023-10-16 17:43:36 +02:00
test refactor(core): run internal work outside of public afterRender phases (#52145) 2023-10-16 12:24:00 +02:00
testing build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
BUILD.bazel build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json feat(core): add support for zone.js 0.14.0 (#51774) 2023-09-18 11:56:17 +02: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