Andrew Kushnir
Andrew Kushnir
### Which @angular/* package(s) are relevant/related to the feature request? platform-server ### Description The Domino is only needed in server bundles, but it may leak into the client bundles accidentally...
This commit moves changelog entries before v14.0.0 to the `CHANGELOG_ARCHIVE.md` file to make sure we do not reach Github limit, which would make CHANGELOG.md non-viewable in a browser. ## PR...
This commit updates TestBed error messages to avoid using `R3TestBed` reference and just use `TestBed` instead. ## PR Type What kind of change does this PR introduce? - [x] Refactoring...
### Command build ### Description When SSR is enabled in an Angular project, there are a few `.server.ts` files produced (e.g. `app.config.server.ts`). The `.server.ts` suffix is also used by different...
In RC period we have 3 active branches: - main - rc (currently 14.0.x) - patch (currently 13.3.x) During the patch release (13.3.x), the release notes are added to the...
Currently in the angular/angular repo, when a change affects payload size for integration test app or AIO, an error is thrown on CI ([example CI failure](https://app.circleci.com/pipelines/github/angular/angular/43342/workflows/f4014ab1-aff3-4298-944b-f64c6a615e5f/jobs/1130977)): ``` FAIL: Commit undefined...
PR https://github.com/angular/angular/pull/44505 updated angular/angular repo to use ES2015 instead of ES5. The mentioned change revealed that there is a duplication in a lot of places where the `bootstrap` is defined,...
One of the steps of the release process is CHANGELOG entry generation. Sometimes the entry might have no content (for example when only docs/refactoring changes were merged since the previous...
## PR Type What kind of change does this PR introduce? - [x] Documentation content changes ## Does this PR introduce a breaking change? - [ ] Yes - [x]...
Previously, the event replay serialization logic was located before we verify that a `TNode` exists. `TNode`s may not exist in `tView.data` array in several cases, including cases when there is...