This project is mirrored from https://github.com/angular/angular.git.
Pull mirroring updated .
- 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
-
Joey Perrott authored
Remove the GHA lint job from required statuses as it is a Github Check and Angular Robot doesn't find it PR Close #51011
-
Alan Agius authored
perf(platform-browser): do not remove renderer from cache when `REMOVE_STYLES_ON_COMPONENT_DESTROY` is enabled. (#51005) Removing the renderer from cache is not needed when `REMOVE_STYLES_ON_COMPONENT_DESTROY` is enabled. This change retains the behaviour of keeping the renderer cached for the entire lifecycle of the application the same way it is done when `REMOVE_STYLES_ON_COMPONENT_DESTROY` is disabled. This seems to have be causing an increase in scripting. See: http://b/290666638 PR Close #51005
-
Joey Perrott authored
Migrate the lint job to Github Actions PR Close #50891
-
- Jul 11, 2023
-
-
Matthieu Riegler authored
Since this might be too breaking, let's log for now and wait for a major to throw an actual error. Fixes #13569 PR Close #50389
-
Antonio Pekeljevic authored
PR Close #50924
-
Matthieu Riegler authored
This commit fixes a memory leak. `_namespaceLookup` was cleared before the call to `processLeaveNode()` which was using the lookup. Without that lookup `clearElementCache()` wasn't called thus keeping a reference to the element. Fixes #24197 & #50533 PR Close #50929
-
Aristeidis Bampakos authored
PR Close #50986
-
Aristeidis Bampakos authored
PR Close #50987
-
Aristeidis Bampakos authored
PR Close #50999
-
Aristeidis Bampakos authored
PR Close #51001
-
Aristeidis Bampakos authored
PR Close #51002
-
Matthieu Riegler authored
Using the life cycling hook `onDestroy` to end the subscription. fixes #48032 PR Close #50901
-
Dzhavat Ushev authored
PR Close #50908
-
Matthieu Riegler authored
The debug data structure was removed in #48281. Before this fix the assertion relied on it. PR Close #50914
-
Matthieu Riegler authored
On Safari <16.1 there is a bug where `deref` can return `null`. Fixes #50989 PR Close #50992
-
- Jul 10, 2023
-
-
alkavats1 authored
PR Close #50923
-
Matthieu Riegler authored
Only 'any' and 'platform' are valid values. PR Close #50925
-
Matthieu Riegler authored
Injection context has gain public visibility with the exposure of `inject`. Lets provide some insights. Closes #49774 PR Close #49782
-
aanchal authored
PR Close #50629
-
Paul Gschwendtner authored
Instead of using `any`, we should use the actual types that are available from the parser. PR Close #50903
-
Andrew Kushnir authored
Prior to this change, we've used `componentDef.id` as a key in a Map that acts as a cache to avoid re-creating injector instances for standalone components. In v16, the logic that generates the id has changed from an auto-incremental to a generation based on metadata. If multiple components have similar metadata, their ids might overlap. This commit updates the logic to stop using `componentDef.id` as a key and instead, use the `componentDef` itself. This would ensure that we always have a correct instance of an injector associated with a standalone component instance. Resolves #50724. PR Close #50954
-
Alan Agius authored
This commit add a link to critters which is used by the CLI to perform inlining of critical CSS. PR Close #50958
-
- Jul 07, 2023
-
-
Alex Rickabaugh authored
-
- Jul 05, 2023
-
-
Matthieu Riegler authored
This TS config doc is now at https://angular.io/guide/typescript-configuration PR Close #50933
-
Muhammed Umar authored
:# PR Close #50846
-
alkavats1 authored
PR Close #50921
-
Angular Robot authored
See associated pull request for more information. PR Close #50931
-
Terry authored
PR Close #50941
-
Alex authored
PR Close #50937
-
- Jul 01, 2023
-
-
Matthieu Riegler authored
JSDoc comments should start with 2 stars or the annotations would not be picked up by the AIO workflow. With this fix, the internal methods are no longer visible in the doc. PR Close #50893
-
Matthieu Riegler authored
JSDoc comments should start with 2 stars or the annotations would not be picked up by the AIO workflow. With this fix, the internal methods are no longer visible in the doc. PR Close #50893
-