https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
938d7a6 release: cut the v16.1.8 release 02 August 2023, 19:43:38 UTC
8ffa85f docs: fix warning about an unknown decorator (#51237) dgeni was complaning about an unknown decorator (`@Input`) PR Close #51237 01 August 2023, 20:00:53 UTC
7d579b9 docs: add lang attribute to html files (#51235) PR Close #51235 01 August 2023, 19:16:44 UTC
a6f3508 docs: add the title tag (#51233) PR Close #51233 01 August 2023, 19:15:12 UTC
3342961 refactor(core): remove useless hack (#51224) This hack is remnant of the Ivy migration. PR Close #51224 01 August 2023, 19:12:52 UTC
5a0a5f9 refactor(core): Remove dead unit test code (#51223) This code is duplicated but unused. PR Close #51223 01 August 2023, 19:10:58 UTC
d811f10 refactor(core): createInjector is a private function (#51221) `createInjector` is not public. PR Close #51221 01 August 2023, 19:10:21 UTC
7c6bc32 refactor(core): removing reflect-metadata from symbol tests. (#51217) We were not reyling on it anymore. PR Close #51217 01 August 2023, 19:09:26 UTC
4783b74 docs: updated the doc files (#51204) PR Close #51204 01 August 2023, 19:07:21 UTC
6892388 docs: fix typos (#51201) PR Close #51201 01 August 2023, 19:04:32 UTC
461dacf docs: add lang attributes to the files (#51200) PR Close #51200 01 August 2023, 18:58:45 UTC
0ea0705 docs: add the title tag (#51199) PR Close #51199 01 August 2023, 18:54:38 UTC
d7e6866 docs: update the html tags (#51198) PR Close #51198 01 August 2023, 18:53:30 UTC
fe49182 docs: fix typos in component overview guide (#51197) PR Close #51197 01 August 2023, 18:53:01 UTC
5296841 docs: add new edition of Angular Projects book (#51184) PR Close #51184 01 August 2023, 18:51:50 UTC
87f3d07 build: update io_bazel_rules_sass digest to ded821e (#51139) See associated pull request for more information. PR Close #51139 01 August 2023, 18:49:06 UTC
db0f653 ci: remove migrated circleci jobs (#51194) Remove test_angular_devtools and test_win jobs which were migrated to GHA PR Close #51194 28 July 2023, 21:43:04 UTC
262f173 docs: Change "ng run build:ssr" to "npm run build:ssr" in universal.md (#51192) PR Close #51192 28 July 2023, 21:42:31 UTC
cc722ea fix(compiler): return full spans for Comment nodes (#50855) Change sourceSpan for Comment nodes to cover the whole comment instead of just the opening token. The primary motivation for this is the interaction between ESLint and `@angular-eslint`. ESLint can detect unused `eslint-disable` directives in comments and automatically remove them when running with `--fix`. This is based on ranges computed from AST spans, and as a result does not work inside Angular templates - right now all comments claim to be 4 characters long so only the opening `<!--` is removed. PR Close #50855 28 July 2023, 21:39:18 UTC
21299d9 fix(devtools): ensure that inspected component label is always in the viewport (#50656) Currently the label showing the component name is always positioned from the bottom/right edge of the element which may be outside of the viewport. These changes add some logic to fall back to a different position so that the label is always visible. I've also cleaned the `highlighter.ts` file up a bit. Fixes #48479. PR Close #50656 26 July 2023, 17:04:28 UTC
e891cac docs(docs-infra): Adding required and Transform Args into the usage and documentation of input (#51173) I# No commands remaining. PR Close #51173 26 July 2023, 17:03:43 UTC
d0f95c1 docs: improve readability, use future tense to indicate future events (#49578) Summary of changes: * change 'notice that' -> note that * break large sentence to smaller ones to improve readability * use future tense & modal verbs to indicate future events PR Close #49578 26 July 2023, 17:03:06 UTC
f721617 docs: fixed grammar error in vulnerability reporting (#47326) Split a run-on sentence into 2 sentences and improved link accessibility. PR Close #47326 26 July 2023, 17:01:30 UTC
07969d1 release: cut the v16.1.7 release 26 July 2023, 16:02:45 UTC
03f9c93 docs: updated the tour of heroes doc file (#51151) PR Close #51151 25 July 2023, 17:24:55 UTC
5043064 refactor(core): Better use of Object.keys() (#51153) Code cleaning arround the `Object.keys()` in the core tests. PR Close #51153 25 July 2023, 16:17:47 UTC
de0d3d7 docs: remove orphan migration docs (#51147) These docs are orphoned, no longer referenced anywhere in the docs, we can safery remove them. PR Close #51147 24 July 2023, 15:20:23 UTC
d0865db docs: updated the word in tutorial template (#51150) PR Close #51150 24 July 2023, 15:18:35 UTC
2a47120 docs: remove trailing periods after `@see` (#51144) This fixes a rendering issue where the periods would be bellow the text block. PR Close #51144 24 July 2023, 15:14:52 UTC
7cfc365 docs: fix typos in first app tutorial (#51115) PR Close #51115 21 July 2023, 17:31:25 UTC
bfc6e48 docs: Add links to the injection context guide (#51129) PR Close #51129 21 July 2023, 16:46:42 UTC
916916d fix(http): check whether `Zone` is defined (#51119) Accessing the `Zone` variable without checking if it's defined or not leads to an error "Zone is not defined" if zone.js is not imported (nooped). This commit adds an additional check before getting the current zone where the `doRequest` is being called. PR Close #51119 21 July 2023, 16:45:26 UTC
c4267de docs: updated the benchpress readme doc (#51110) PR Close #51110 21 July 2023, 16:43:30 UTC
de85276 build: update cross-repo angular dependencies (#51133) See associated pull request for more information. PR Close #51133 21 July 2023, 16:40:25 UTC
c7f4298 build: update io_bazel_rules_sass digest to e2e30df (#51126) See associated pull request for more information. PR Close #51126 21 July 2023, 14:11:33 UTC
e0946b5 docs: remove the links to docs.angular.lat (#51117) docs.angular.lat hasn't been updated in a while and is stuck at v10. Let's remove it. Fixes #47644 PR Close #51117 20 July 2023, 20:21:29 UTC
47e51f6 docs(docs-infra): fix rendering of `Exported from` section on Firefox. (#51116) On Firefox when an `a` element contains a `block` element, the `a` element is not aligned with the `li` marker. Fixes #51112 PR Close #51116 20 July 2023, 19:58:12 UTC
859fbc4 build: update github/codeql-action action to v2.21.0 (#51077) See associated pull request for more information. PR Close #51077 20 July 2023, 19:57:22 UTC
528609e build: update dependency @types/convert-source-map to v2 (#51085) See associated pull request for more information. PR Close #51085 20 July 2023, 19:56:55 UTC
5eec823 build: update firebase-tools to fix transitive dependency on a vulnerable version of vm2 (#51113) cf https://github.com/firebase/firebase-tools/releases/tag/v12.4.5 PR Close #51113 20 July 2023, 19:56:24 UTC
46afa8a release: cut the v16.1.6 release 19 July 2023, 19:12:42 UTC
8c8e721 Revert "docs: added the alt attribute in the img tag (#51102)" (#51107) This reverts commit 3b248c59c65927d0fda619884dea3a6bc3e19e42. PR Close #51107 19 July 2023, 18:49:00 UTC
42ef97c docs: update v16.2 date (#51104) PR Close #51104 19 July 2023, 17:57:13 UTC
324b77d docs(docs-infra): fix wrong links in first-app-lesson-14.md (#51097) 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 19 July 2023, 17:52:13 UTC
e3543ee docs: updated the angular-compiler-option doc (#51095) PR Close #51095 19 July 2023, 17:44:04 UTC
fe36e3d docs: added the alt attribute in the img tag (#51102) PR Close #51102 19 July 2023, 17:39:45 UTC
e1d5220 build: update dependency core-js to v3 (#51099) See associated pull request for more information. PR Close #51099 19 July 2023, 17:37:37 UTC
4176f59 docs(docs-infra): fix wrong links in first-app-lesson-13.md (#51094) 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 19 July 2023, 17:10:05 UTC
c815969 docs: Fix path to sample (#51076) PR Close #51076 19 July 2023, 17:09:31 UTC
7df4648 build: update dependency @types/systemjs to v6 (#51088) See associated pull request for more information. PR Close #51088 19 July 2023, 14:37:01 UTC
5a5ecf7 build: update all non-major dependencies (#51086) Puppeteer update fixes a critical vulnerability. puppeteer < 20.8.2 pulls `vm2` which has a critical vulnerability. See puppeteer/puppeteer#10550 PR Close #51086 18 July 2023, 21:03:35 UTC
20c85f1 docs(common): Add NgOptimizedImage FAQ (#51036) Make minor updatees to NgOptimizedImage docs, and add an FAQ. PR Close #51036 18 July 2023, 19:05:16 UTC
d2b0677 docs: fix typos and styling in lessons 7-14 (#51004) Co-Authored-By: Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com> PR Close #51004 18 July 2023, 14:04:12 UTC
89f9a0d build: update dependency lighthouse-logger to v2 (#51075) See associated pull request for more information. PR Close #51075 18 July 2023, 14:02:52 UTC
ed1900e refactor: add dylhunn to pullapprove (#51069) As discussed on Slack -- I feel comfortable enough, and this will also help unblock Miles on reviews PR Close #51069 17 July 2023, 21:42:01 UTC
3da03ca docs: add mention of paramsInheritanceStrategy in the router doc (#51051) `paramsInheritanceStrategy` might be usefull in combination of `withComponentInputBinding`. PR Close #51051 17 July 2023, 21:02:14 UTC
73cab7b docs: add privacy policy link at the bottom of the page (#51013) 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 17 July 2023, 21:01:29 UTC
dea8dc0 fix(http): Run fetch request out the angular zone (#50981) 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 17 July 2023, 14:53:52 UTC
9258f3b ci: mark devversion as unavailable for reviews (#51058) Marks myself as currently being unavailable for reviews PR Close #51058 17 July 2023, 14:53:24 UTC
4c7339a ci: migrate windows job to GHA (#51010) Migrate windows job to use Github Actions PR Close #51010 17 July 2023, 14:51:36 UTC
78663e6 docs: fix typos in first app tutorial (#50985) PR Close #50985 14 July 2023, 21:03:46 UTC
9f451e7 docs(docs-infra): first-app-lesson fixes (#51044) PR Close #51044 14 July 2023, 20:51:54 UTC
3bef91b docs(docs-infra): first-app-lesson doc fixes (#51044) PR Close #51044 14 July 2023, 20:51:54 UTC
f96e337 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 14 July 2023, 20:50:24 UTC
ae2e9b7 docs(docs-infra): Throw an error when examples include a binary image (#50654) Stackblitz doesnt support sending binary images, this commit makes sure we don't publish examples with missing assets. PR Close #50654 14 July 2023, 20:49:40 UTC
1899658 refactor(compiler): properly sanitize identifier names in template pipeline (#50946) 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 14 July 2023, 19:48:49 UTC
9f914a8 docs: updated the http tag with https (#50927) PR Close #50927 14 July 2023, 16:44:56 UTC
cfdb2ef docs(docs-infra): http-server-communication typo fix (#51024) PR Close #51024 14 July 2023, 16:44:02 UTC
fcfe20d ci: migrate devtools tests to GHA (#51008) Migrate devtools tests to run on Github Actions PR Close #51008 14 July 2023, 16:43:37 UTC
6952c3a docs: simplify a note in DI guide (#50942) Co-authored-by: Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com> PR Close #50942 14 July 2023, 16:41:47 UTC
7463818 docs: mention the `inject` method in the DI guide (#50942) PR Close #50942 14 July 2023, 16:41:47 UTC
e41245b release: cut the v16.1.5 release 13 July 2023, 17:54:33 UTC
d0a9f02 build: update dependency prettier to v3 (#50945) See associated pull request for more information. PR Close #50945 13 July 2023, 16:38:16 UTC
e170c10 docs: fix image issues by hosting them on aio, refactor content (#51014) PR Close #51014 13 July 2023, 16:36:57 UTC
92a03c4 docs: delete the files from each of the directories. (#51014) PR Close #51014 13 July 2023, 16:36:57 UTC
cb741a2 docs: reformat the first-app tutorial to be less verbose, add image hosting (#51014) PR Close #51014 13 July 2023, 16:36:57 UTC
d0c0b02 docs(docs-infra): typo fix in aot-metadata-errors (#51017) PR Close #51017 13 July 2023, 16:36:25 UTC
b355fb5 build: update github/codeql-action action to v2.20.3 (#50930) See associated pull request for more information. PR Close #50930 13 July 2023, 16:33:54 UTC
b97f02c docs: update esbuild developer preview known issues (#51006) 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 13 July 2023, 16:33:21 UTC
52749db ci: use frozen-lockfile in CI (#51012) Use frozen-lockfile for the CI yarn install PR Close #51012 11 July 2023, 19:05:30 UTC
f31141c ci: remove GHA lint job from required statuses (#51011) Remove the GHA lint job from required statuses as it is a Github Check and Angular Robot doesn't find it PR Close #51011 11 July 2023, 18:01:43 UTC
31419f6 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 11 July 2023, 17:11:51 UTC
a4b0d29 ci: migrate lint job from CircleCI to GHA (#50891) Migrate the lint job to Github Actions PR Close #50891 11 July 2023, 17:06:16 UTC
de01f75 refactor(core): Log a warning when multiple pipes match a name (#50389) 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 11 July 2023, 15:29:08 UTC
c8e4516 docs: add missing jsdocs for static ngzone methods (#50924) PR Close #50924 11 July 2023, 15:28:39 UTC
f920fcb fix(animations): Ensure elements are removed from the cache after leave animation. (#50929) 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 11 July 2023, 15:28:11 UTC
c48d1e3 docs: fix typos in tutorial lesson 1 (#50986) PR Close #50986 11 July 2023, 15:27:43 UTC
bba36ab docs: fix typos in tutorial lesson 2 (#50987) PR Close #50987 11 July 2023, 15:27:16 UTC
0542e1f docs: fix styling in tutorial lesson 3 (#50999) PR Close #50999 11 July 2023, 15:26:48 UTC
c194d34 docs: fix styling in tutorial lesson 5 (#51001) PR Close #51001 11 July 2023, 15:26:19 UTC
302f857 docs: fix typo in tutorial lesson 6 (#51002) PR Close #51002 11 July 2023, 15:25:49 UTC
3efb577 fix(upgrade): Use `takeUntil` on leaky subscription. (#50901) Using the life cycling hook `onDestroy` to end the subscription. fixes #48032 PR Close #50901 11 July 2023, 15:24:31 UTC
32e74be docs: add missing backtick character (#50908) PR Close #50908 11 July 2023, 15:23:49 UTC
8c9377c refactor(core): fix Tnode/TView assertion. (#50914) The debug data structure was removed in #48281. Before this fix the assertion relied on it. PR Close #50914 11 July 2023, 15:23:19 UTC
c65913e fix(core): handle `deref` returning `null` on `RefactiveNode`. (#50992) On Safari <16.1 there is a bug where `deref` can return `null`. Fixes #50989 PR Close #50992 11 July 2023, 15:22:48 UTC
e35cc07 docs: updated the i tag with the em tag (#50923) PR Close #50923 10 July 2023, 14:15:49 UTC
4c4c3bd docs: remove mention of deprecated providedIn: module. (#50925) Only 'any' and 'platform' are valid values. PR Close #50925 10 July 2023, 14:12:36 UTC
ee8fb52 docs: Improve documentation about Injection context / inject (#49782) Injection context has gain public visibility with the exposure of `inject`. Lets provide some insights. Closes #49774 PR Close #49782 10 July 2023, 14:09:32 UTC
45fab0f docs: omit repetitions (#50629) PR Close #50629 10 July 2023, 14:09:00 UTC
18b36d7 refactor: improve type safety of interpolation AST (#50903) Instead of using `any`, we should use the actual types that are available from the parser. PR Close #50903 10 July 2023, 14:08:29 UTC
back to top