This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Jul 20, 2023
-
-
Jessica Janiuk authored
-
Jessica Janiuk authored
This reverts commit 3b248c59. PR Close #51107
-
Simona Cotin authored
PR Close #51104
-
Gerard Tyedmers authored
docs(docs-infra): fix wrong links in first-app-lesson-14.md in first-app-lesson-14.md, the links to starting code point to the wrong lesson 06 instead of lesson 13 and the links to completed code point to lesson 07 instead of lesson 14 PR Close #51097
-
alkavats1 authored
PR Close #51095
-
alkavats1 authored
PR Close #51102
-
Angular Robot authored
See associated pull request for more information. PR Close #51099
-
Gerard Tyedmers authored
docs(docs-infra): fix wrong links in first-app-lesson-13.md in first-app-lesson-13.md, the links to starting code point to the wrong lesson 13 instead of lesson 12 and the links to completed code point to lesson 14 instead of lesson 13 PR Close #51094
-
Andrii Kurdiumov authored
PR Close #51076
-
- Jul 19, 2023
-
-
Angular Robot authored
See associated pull request for more information. PR Close #51088
-
Matthieu Riegler authored
Puppeteer update fixes a critical vulnerability. puppeteer < 20.8.2 pulls `vm2` which has a critical vulnerability. See puppeteer/puppeteer#10550 PR Close #51086
-
Alex Castle authored
Make minor updatees to NgOptimizedImage docs, and add an FAQ. PR Close #51036
-
- Jul 18, 2023
-
-
Aristeidis Bampakos authored
Co-Authored-By:
Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com> PR Close #51004
-
Angular Robot authored
See associated pull request for more information. PR Close #51075
-
Dylan Hunn authored
As discussed on Slack -- I feel comfortable enough, and this will also help unblock Miles on reviews PR Close #51069
-
Matthieu Riegler authored
`paramsInheritanceStrategy` might be usefull in combination of `withComponentInputBinding`. PR Close #51051
-
mgechev authored
We currently show a link to the privacy policy in the cookie pop-up and based on recommendation we are also adding it to the bottom of the page. PR Close #51013
-
- Jul 17, 2023
-
-
Matthieu Riegler authored
Having the request run in the angular zone has the consequence of triggering the CD for every read of the response stream. This commit wraps the whole `doRequest` to run outside angular with every callback on the observer being called inside the zone. Fixes #50979. PR Close #50981
-
Paul Gschwendtner authored
Marks myself as currently being unavailable for reviews PR Close #51058
-
Joey Perrott authored
Migrate windows job to use Github Actions PR Close #51010
-
- Jul 15, 2023
-
-
Aristeidis Bampakos authored
PR Close #50985
-
Jared Bada authored
PR Close #51044
-
Jared Bada authored
PR Close #51044
-
Gerard Tyedmers authored
docs(docs-infra): Typo in first-app-lesson-04.md fix an error in the description of Step 3 paragraph 5: instead of "If the data didn't satisfy the description of the IF the IDE has enough information to give us helpful errors." the correct text is now "If the data didn't satisfy the description of the INTERFACE, the IDE has enough information to give us helpful errors." (#51021) docs(docs-infra): Typo in first-app-lesson-04.md fix an error in the description of Step 3 paragraph 5: instead of "If the data didn't satisfy the description of the IF the IDE has enough information to give us helpful errors." the correct text is now "If the data didn't satisfy the description of the INTERFACE, the IDE has enough information to give us helpful errors." PR Close #51021
-
Matthieu Riegler authored
Stackblitz doesnt support sending binary images, this commit makes sure we don't publish examples with missing assets. PR Close #50654
-
Paul Gschwendtner authored
Currently, a listener on an element containing a dash, will result in runtime errors because the function name will be generated using a dash. e.g. ``` function MyApp_Template_some-comp_bla_0() {} ``` throwing with a syntax error due to the dash. We fix this by re-using the sanitize identifier function from the current template definition builder. PR Close #50946
-
alkavats1 authored
PR Close #50927
-
Jared Bada authored
PR Close #51024
-
Joey Perrott authored
Migrate devtools tests to run on Github Actions PR Close #51008
-
Antonio Pekeljevic authored
Co-authored-by:
Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com> PR Close #50942
-
Antonio Pekeljevic authored
PR Close #50942
-
- Jul 14, 2023
-
-
Dylan Hunn authored
-
Angular Robot authored
See associated pull request for more information. PR Close #50945
-
Mark Thompson authored
PR Close #51014
-
Mark Thompson authored
PR Close #51014
-
Mark Thompson authored
PR Close #51014
-
Jared Bada authored
PR Close #51017
-
Angular Robot authored
See associated pull request for more information. PR Close #50930
-
Charles Lyding authored
Updates the esbuild-based browser application builder developer preview guide's known issue section as follows: * Removed global script/style hashing problem (fixed) * Added long build times with Sass and pnpm/Yarn PnP PR Close #51006
-
- Jul 12, 2023
-
-
Joey Perrott authored
Use frozen-lockfile for the CI yarn install PR Close #51012
-