Exequiel Ceasar Navarrete
Exequiel Ceasar Navarrete
Since Angular uses semver, angular-2 prefix is an now against to what Angular team does. And they advised it just to call it "Angular". Igor Minar talks about this on...
**Describe the bug** I recently tried enabling CSP Trusted Types with a site that uses partytown and it throws errors about `TrustedScript` assignment on these specific files https://github.com/BuilderIO/partytown/blob/0a06db0e2034188a6330d51eb6ab06cce90ecb6d/src/lib/web-worker/worker-exec.ts#L121 https://github.com/BuilderIO/partytown/blob/0a06db0e2034188a6330d51eb6ab06cce90ecb6d/src/lib/web-worker/init-web-worker.ts#L29 I...
### Which @angular/* package(s) are relevant/related to the feature request? common ### Description Currently, the ImageKit loader for the `NgOptimizedImage` directive passes transformation in the middle of the URL which...
TypeORM recently release a new version containing the [Soft Delete functionality](https://github.com/typeorm/typeorm/pull/5034). I think we should also support this functionality.
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs...
## Describe the Bug According to Angular CLI codebase, the [type signature of the transform function](https://github.com/angular/angular-cli/blob/7cedcc815c2b4ccdb354a89959fa9f19dc08e9fa/packages/angular/build/src/utils/index-file/index-html-generator.ts#L47) only includes the HTML and not the target. In the [docs](https://github.com/just-jeb/angular-builders/blob/aadaf0082072110cdb4b5ee5f8b9bb573086c43e/packages/custom-esbuild/README.md#index-transform), it includes both....
### Feature Description Before v18.2, `TreeControl ` was used to control the whole tree and it exposes the `getDescendants ` publicly. After v18.2, the `getDescendants` was migrated to `CdkTree` ([source](https://github.com/angular/components/blob/1abb484aa72177a748eecdf9b850cc1c07d1a42b/src/cdk/tree/tree.ts#L889-L890))...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...