This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jan 25, 2024
-
-
Pawel Kozlowski authored
-
- Jan 24, 2024
-
-
Max authored
There was a grammatically incorrect sentence in the What is Angular page, Custom directives section. This change makes it more correct. PR Close #54044
-
Paul Gschwendtner authored
Currently the ZoneJS typing tests executes outside of Bazel, as a legacy artifact of the monorepo merging (as it seems - not ideal at all). Looks like this test relies on its own node modules, that were NOT locked using a yarn lock file. This commit adds one, and specifically locks it to a `@types/node` version that does not include the most recent patch release (which seemingly introduced a breaking change) that causes issues with TypeScript's lib checking. Whenever we perform lock file maintenance in the future, we have the following options: - Consider disabling lib checking via `skipLibCheck` for this test. This may be acceptable. - Continue locking the node version, - Waiting for chokidar to comply with the new signature - Waiting for the breaking change to be rolled back. Culprit change: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68300 PR Close #54048
-
Andrew Scott authored
While `Array.at` is technically supported in all browsers we officially support, the change was needlessly breaking without any real benefit. PR Close #54021
-
Alan Agius authored
This changes include mentioning the experimental application builder migration and changes to the `outputPath` and `optimization` option. PR Close #53949
-
- Jan 23, 2024
-
-
Younes Jaaidi authored
change assertion to handle the case where the function doesn't throw PR Close #54025
-
Dylan Hunn authored
Previously, if an ICU was inside a nested i18n root, it would use the nested root to calculate whether it should be applied. Now, we use the root i18n block. PR Close #54026
-
Aristeidis Bampakos authored
PR Close #51779
-
Matthieu Riegler authored
Migrated with the schematics and cleanup by hand. PR Close #53998
-
Matthieu Riegler authored
We can use the `toIsoString()` function instead ! PR Close #53997
-
Srinath Vayalpati authored
PR Close #53395
-
ilir.beqiri authored
Rename the component metadata property, templateUrl to template in the reactive forms tutorial step PR Close #54015
-
Matthieu Riegler authored
PR Close #54008
-
divyasudagoni authored
PR Close #54016
-
- Jan 22, 2024
-
-
Joey Perrott authored
Migrate formatting to prettier for bazel, benchpress, elements and misc from clang-format PR Close #53995
-
- Jan 20, 2024
-
-
Joey Perrott authored
Migrate formatting to prettier for animations from clang-format PR Close #53977
-
Joey Perrott authored
Migrate formatting to prettier for devtools from clang-format PR Close #53945
-
Tomasz Ducin authored
This PR reduces the number of unnecessary `any` occurrences in devtools packages. PR Close #53436
-
Paul authored
PR Close #52577
-
Matthieu Riegler authored
This to help Alex with the reviewing of devtools PRs. PR Close #53989
-
Paul Gschwendtner authored
There were some changes to the Copybara config that should be reflected here as well. PR Close #53987
-
- Jan 19, 2024
-
-
Andrew Scott authored
Node removal is immediate and does not require change detection to run when animations are not provided. This refactor makes the animation engine notify the scheduler rather than doing it on all node removals. PR Close #53857
-
Joey Perrott authored
Migrate formatting to prettier for scripts from clang-format PR Close #53976
-
Jessica Janiuk authored
This updates the deferrable view guide to specify playthrough as the default with examples of configuring to manual. PR Close #53975
-
Joey Perrott authored
Update docs to later version PR Close #53974
-
Joey Perrott authored
ci: provide proper location for artifacts to allow for firebase to find the artifacts for deployment (#53960) Move the artifacts during deployment into adev/ so that its at the same level as the firebase.json file. PR Close #53960
-
- Jan 18, 2024
-
-
Ankita Sood authored
add Ankita as GDE in contributors.json PR Close #52319
-
lilbeqiri authored
Add the keepNames config property to esbuild in order to prevent prepending of underscores to the class names. PR Close #53921
-
Sasidharan SD authored
PR Close #53531
-
Sasidharan SD authored
PR Close #53840
-
Matthieu Riegler authored
The devtools now support signals. Writable signals of primitives are editable. Object Signal and other non-writable signals (like computed) are not editable. Co-authored-by:
Tomasz Ducin <tomasz.ducin@gmail.com> PR Close #53269
-
Matthieu Riegler authored
Those options where removed in #49672. PR Close #53746
-
macvag authored
PR Close #53816
-
Dylan Hunn authored
-
Dylan Hunn authored
This reverts commit af6f6e64.
-
cexbrayat authored
This updates the extended diagnotic to handle input signals as well. PR Close #53883
-
Matthieu Riegler authored
Inspired by #53923, lets simplify code when possible. PR Close #53930
-
Joey Perrott authored
Rather than use the actual adev site, we should be using the ng-dev-preview site PR Close #53958
-
Andrew Kushnir authored
This commit adds extra logic to produce a diagnostic in case `@Component.deferredImports` contain types from imports that also bring eager symbols. This would result in retaining a regular import and generating a dynamic import, which would not allow to defer-load dependencies. PR Close #53899
-
Jessica Janiuk authored
This inverts the default behavior of test bed to use playthrough for defer blocks instead of manual. fixes: #53686 PR Close #53956
-