This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- May 30, 2024
-
-
Pawel Kozlowski authored
-
Pawel Kozlowski authored
-
- May 29, 2024
-
-
naaajii authored
empty ngSwitchCase generate `case ()` which isn't valid syntax therefore adding quotes will help prevent us migrate empty case if no condition was provided fix angular#56030 PR Close #56105
-
Kristiyan Kostadinov authored
Updates the repo to add support for TypeScript 5.5. Includes resolving some compilation errors and broken tests. PR Close #56096
-
Thomas Nguyen authored
This makes events bubble! This change also contains changes to dispatcher and event_dispatcher to make replay synchronous, so that we avoid odd timing issues. This can be split out though. Lastly, we have one cleanup change to move the mapping from event type to functions on the element itself. PR Close #56036
-
Neil Runcie authored
Fixes an issue in the update guide found at https://angular.dev/update-guide?v=14.0-15.0&l=3 which has links that redirect to v17 documentation. This is because the links were missing the v15 reference within the a tag links. Fixes #56101 PR Close #56116
-
TJ Kohli authored
Run favicons through a few lossless image optimization algorithms to decrease size and improve loading speed PR Close #56133
-
Char2s authored
PR Close #56027
-
Angular Robot authored
Updated Angular CLI help contents. PR Close #56092
-
Sasidharan SD authored
PR Close #56132
-
- May 28, 2024
-
-
Alan Agius authored
These were incorrectly removed via https://github.com/angular/angular/pull/55391#issuecomment-2135352758 PR Close #56130
-
Kristiyan Kostadinov authored
Updates the repo to the latest dev infra code which involves updating a patch and renaming all the golden files to end with `.api.md`. PR Close #56128
-
Matthieu Riegler authored
Console error links will now point to adev. PR Close #55554 PR Close #56038
-
Harshal authored
PR Close #56111
-
- May 27, 2024
-
-
Matthieu Riegler authored
PR Close #55706
-
Andrew Kushnir authored
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 a local ref used on an element: in this case an extra slot in `LView` contains a reference to the same element and `TNode` is not needed. This commit moves the event replay serialization logic a bit lower, after we check for TNode presence. Resolves #56073. PR Close #56076
-
Aristeidis Bampakos authored
PR Close #56060
-
Sasidharan SD authored
PR Close #56070
-
Charles Lyding authored
All documentation tutorials will now use the recently released version 18 of Angular. Additionaly, the tutorials have been migrated to use the new `@angular/build` package which does not contain the Webpack related dependencies. The `first-app` tutorial was not moved to `@angular/build` due to it having karma related dependencies present which currently requires the Webpack-based build system during test execution. PR Close #56043
-
Ben Halbach authored
PR Close #56080
-
Matthieu Riegler authored
PR Close #56044
-
Matthieu Riegler authored
PR Close #56016
-
Aristeidis Bampakos authored
PR Close #56051
-
Ben Halbach authored
PR Close #56081
-
- May 24, 2024
-
-
vladboisa authored
Fix url link for Button Change detection usage Fixes #556687 PR Close #55688
-
Andrew Scott authored
The flag is not used anymore and, as a result, is easier to move the scheduler provider. PR Close #55722
-
Angular Robot authored
See associated pull request for more information. PR Close #55841
-
- May 23, 2024
-
-
Thomas Nguyen authored
refactor(core): Create event types that are able to be serialized, captured, or are mouse events. (#55799) Use these constants across jsaction and Angular. PR Close #55799
-
Thomas Nguyen authored
Without this, I think subsequent renders will populate data structures. PR Close #55799
-
cexbrayat authored
fix(compiler-cli): interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969) This extends the diagnostic to catch issues like: ```html <div [class.green]="mySignal"></div> <div [style.width]="mySignal"></div> <div [attr.role]="mySignal"></div> <div [@triggerName]="mySignal"></div> ``` PR Close #55969
-
Pawel Kozlowski authored
Migrate the js-web-frameworks benchmark to use the built-in control flow instead of the ngFor loop. PR Close #55988
-
Kristiyan Kostadinov authored
Currently we optimize methods that pass both `$index` and the item into a method. We can take this a step further by also optimizing calls that only pass `$index` into the first parameter. PR Close #55872
-
Pawel Kozlowski authored
This reverts commit dd0700ff. We will need G3 patch cleanup before this one can land. PR Close #56031
-
Joey Perrott authored
This commit updates the in-memory-web-api package versions from v17 -> v18. PR Close #56018
-
Matthieu Riegler authored
Console error links will now point to adev. PR Close #55554
-
Aristeidis Bampakos authored
PR Close #56022
-
Jens Kuehlers authored
PR Close #56023
-
Jens Kuehlers authored
PR Close #56023
-
Daniel Schmitz authored
PR Close #54623
-
mgechev authored
PR Close #55979
-