This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- Oct 19, 2023
-
-
Pawel Kozlowski authored
-
vivekkoya authored
PR Close #52090
-
Quentin authored
Fix typo in aio/content/errors/NG05104.md file PR Close #52258
-
- Oct 18, 2023
-
-
Angular Robot authored
See associated pull request for more information. PR Close #52126
-
Angular Robot authored
See associated pull request for more information. PR Close #52173
-
Pawel Kozlowski authored
16.2.x version of #52236 PR Close #52255
-
Quentin authored
Fix word: corresponding PR Close #52247
-
- Oct 17, 2023
-
-
Quentin authored
Fix word: incompatibilities PR Close #52219
-
Andrew Miller authored
PR Close #52212
-
- Oct 16, 2023
-
-
Osama Heykal authored
Added missing 'next steps' section in the tutorial. PR Close #52220
-
thomas authored
PR Close #52075
-
- Oct 13, 2023
-
-
Paul Gschwendtner authored
This code path is never hit because the assignment of the lview happens in `commitLViewConsumerIfHasProducers`. PR Close #52192
-
Miroslav Foltýn authored
Follows up to the https://github.com/angular/angular/issues/52108 which was opened due to the confusion surrounding paramsInheritanceStrategy: 'emptyOnly'. PR Close #52170
-
- Oct 12, 2023
-
-
Nicolas Frizzarin authored
This PR add Nicolas Frizzarin to the GDE resources docs: fix typo on description PR Close #52003
-
Pawel Kozlowski authored
This reverts commit c2b1a242. PR Close #52174
-
Matthieu Riegler authored
`MethodIdentifier` is unused as is `IdentifierKind.Method`. They both can be removed. PR Close #49611
-
Angular Robot authored
Updated Angular CLI help contents. PR Close #52169
-
Angular Robot authored
Generated `events.json` with the latest events retrieved from the Firebase DB. PR Close #52053
-
Andrew Scott authored
-
Angular Robot authored
See associated pull request for more information. PR Close #52119
-
Linus Wieland authored
PR Close #52155
-
- Oct 11, 2023
-
-
Matthieu Riegler authored
Non typed forms allow to pass null to nested groups when calling `formGroup.reset()`, this commit prevent an undefined access. fixes #20509 PR Close #48830
-
Andrew Scott authored
The payload sizes are failing on CI. This commit updates them to the current values. PR Close #52149
-
mgechev authored
PR Close #52148
-
Thabo authored
PR Close #51977
-
Phalgun Vaddepalli authored
docs(core): add an example of configuring APP_INITIALIZER token in context of standalone components (#52084) docs(core): fix formatting PR Close #52084
-
- Oct 10, 2023
-
-
Angular Robot authored
See associated pull request for more information. PR Close #51844
-
Angular Robot authored
See associated pull request for more information. PR Close #52024
-
- Oct 06, 2023
-
-
Angular Robot authored
See associated pull request for more information. PR Close #51992
-
Joey Perrott authored
Migrate the snapshot publishing from CircleCI to GHA PR Close #51957
-
Joey Perrott authored
Use Github Actions to run saucelabs bazel jobs PR Close #51945
-
- Oct 05, 2023
-
-
Alex Rickabaugh authored
-
Angular Robot authored
Generated `events.json` with the latest events retrieved from the Firebase DB. Closes #51955 PR Close #51966
-
Andrew Scott authored
When the `ts.Project` creates the language service plugin (in this case, the Angular Language Service), it sets the project's language service to the new language service returned by the plugin create: https://sourcegraph.com/github.com/microsoft/TypeScript@b12af0fa2bbd4b015e59adcfb49988cea7f919a1/-/blob/src/server/project.ts?L2035-2044 The project may be reloaded in response to various events, such as a change to the tsconfig file, which then recreates the plugin. When this happens, the language service that gets passed to the plugin `create` function will not be the typescript language service, but rather the previous instance of the new language service returned by the last call to `create`. This commit ensures that subsequent calls to `create` for the `NgLanguageService` plugin for a project after the first call are able to retrieve and hold on to the _TypeScript_ language service. fixes https://github.com/angular/vscode-ng-language-service/issues/1923 PR Close #51912
-
- Oct 04, 2023
-
-
Matthieu Riegler authored
#51885 patched a call site that threw an error but there were 2 others call that needed to be wrapped in the same way by a try/catch. `initializeFully` is part of the calls in `responseWith(handleFetch)`. Same #51885, throwing `SwCriticalError`allows the driver to fallback to `safeFetch` and ensure `responseWith` doesn't fail. Fixes #50378 PR Close #51960
-
Andrew Scott authored
When adding a new view flag, you currently need to adjust the last number of the last 3 flags. All of these share the same number so the shifting ones can just use the base-10 IndexWithinInitPhaseShift. PR Close #51839
-
Angular Robot authored
See associated pull request for more information. PR Close #51984
-
- Oct 02, 2023
-
-
Joey Perrott authored
Send message to to slack when aio fails to deploy PR Close #51956
-
Joey Perrott authored
Update the lock file. PR Close #51838
-
- Sep 30, 2023
-
-
Joey Perrott authored
Move permissions into the job definition for security improvement. PR Close #51847
-