Andrew Kushnir
Andrew Kushnir
Zone.js 0.15.0 had a breaking change, so it doesn't replace 0.14.x version for patch branches. We extend allowed versions for 18.2.x to support cases when developers may need to update...
This commit updates PullApprove config: - Removes Dylan - Adds Alex to the `fw-forms` group - Adds Charles to the `fw-language-service` group ## PR Type What kind of change does...
This PR updates scripts within `packages/compiler` and `packages/compiler-cli` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [...
This commit updates scripts within `packages/common` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...
This commit updates scripts within `packages/forms` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...
This PR extracts integration tests from the `test` CI job into a separate GH action, which allows to run more tests in parallel and thus reduce the time it takes...
This commit updates scripts within `packages/router` to relative imports as a prep work to the upcoming infra updates. ## Does this PR introduce a breaking change? - [ ] Yes...
This commit updates runtime logic to produce an error when there are some `@defer` blocks with `hydrate` triggers, but the incremental hydration is not enabled via `withIncrementalHydration()`. Previously the check...
### Which @angular/* package(s) are the source of the bug? compiler ### Is this a regression? No ### Description When using escaped quotes in ternaries in template expressions, Angular parser...