Paweł Kubiak
Paweł Kubiak
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
fix(docs-infra): handle rc, next and deprecated versions - script to generate list of Angular Docs versions - remove VersionsManager - adjust logic in NavigationComponent RC pipeline should run script (`scripts/version/index.mjs`)...
fix(docs-infra): remove config release from test scripts As we discussed in one of the previous [PRs](https://github.com/angular/angular/pull/55977) we should remove `--config=release` from test scripts on CI ## PR Checklist Please check...
### Description Display a meaningful error message when the cannot determine the target. It would be helpful in scenarios when the user changed default configuration names, for example, `production` to...
### Description There was a following change in main server file template in Angular 17: ```ts // Webpack will replace 'require' with '__webpack_require__' // '__non_webpack_require__' is a proxy to Node...
### Description This PR supports the custom Angular builders requested in the following issues: - https://github.com/firebase/firebase-tools/issues/6779 - https://github.com/firebase/firebase-tools/issues/6602 ### Scenarios Tested Deployed Angular applications which uses following builders: - custom...