Andrew Kushnir
07969d1dc7
release: cut the v16.1.7 release
16.1.7
2023-07-26 09:02:45 -07:00
alkavats1
03f9c9305b
docs: updated the tour of heroes doc file ( #51151 )
...
PR Close #51151
2023-07-25 10:24:55 -07:00
Matthieu Riegler
5043064997
refactor(core): Better use of Object.keys() ( #51153 )
...
Code cleaning arround the `Object.keys()` in the core tests.
PR Close #51153
2023-07-25 09:17:47 -07:00
Matthieu Riegler
de0d3d704c
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
2023-07-24 08:20:23 -07:00
alkavats1
d0865db749
docs: updated the word in tutorial template ( #51150 )
...
PR Close #51150
2023-07-24 08:18:35 -07:00
Matthieu Riegler
2a471204a8
docs: remove trailing periods after @see ( #51144 )
...
This fixes a rendering issue where the periods would be bellow the text block.
PR Close #51144
2023-07-24 08:14:52 -07:00
Kevin Boss
7cfc36567f
docs: fix typos in first app tutorial ( #51115 )
...
PR Close #51115
2023-07-21 17:31:25 +00:00
Matthieu Riegler
bfc6e482ac
docs: Add links to the injection context guide ( #51129 )
...
PR Close #51129
2023-07-21 16:46:42 +00:00
arturovt
916916d835
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
2023-07-21 16:45:26 +00:00
alkavats1
c4267decab
docs: updated the benchpress readme doc ( #51110 )
...
PR Close #51110
2023-07-21 16:43:30 +00:00
Joey Perrott
de85276016
build: update cross-repo angular dependencies ( #51133 )
...
See associated pull request for more information.
PR Close #51133
2023-07-21 16:40:25 +00:00
Angular Robot
c7f429841c
build: update io_bazel_rules_sass digest to e2e30df ( #51126 )
...
See associated pull request for more information.
PR Close #51126
2023-07-21 14:11:33 +00:00
Matthieu Riegler
e0946b5189
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
2023-07-20 20:21:29 +00:00
Matthieu Riegler
47e51f61d4
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
2023-07-20 19:58:12 +00:00
Angular Robot
859fbc4c7f
build: update github/codeql-action action to v2.21.0 ( #51077 )
...
See associated pull request for more information.
PR Close #51077
2023-07-20 19:57:22 +00:00
Angular Robot
528609e34c
build: update dependency @types/convert-source-map to v2 ( #51085 )
...
See associated pull request for more information.
PR Close #51085
2023-07-20 19:56:55 +00:00
Matthieu Riegler
5eec8233b1
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
2023-07-20 19:56:24 +00:00
Jessica Janiuk
46afa8a91f
release: cut the v16.1.6 release
16.1.6
2023-07-19 12:12:42 -07:00
Jessica Janiuk
8c8e7210f4
Revert "docs: added the alt attribute in the img tag ( #51102 )" ( #51107 )
...
This reverts commit 3b248c59c6 .
PR Close #51107
2023-07-19 18:49:00 +00:00
Simona Cotin
42ef97c824
docs: update v16.2 date ( #51104 )
...
PR Close #51104
2023-07-19 17:57:13 +00:00
Gerard Tyedmers
324b77d63d
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
2023-07-19 17:52:13 +00:00
alkavats1
e3543ee08e
docs: updated the angular-compiler-option doc ( #51095 )
...
PR Close #51095
2023-07-19 17:44:04 +00:00
alkavats1
fe36e3d0b9
docs: added the alt attribute in the img tag ( #51102 )
...
PR Close #51102
2023-07-19 17:39:45 +00:00
Angular Robot
e1d5220d4d
build: update dependency core-js to v3 ( #51099 )
...
See associated pull request for more information.
PR Close #51099
2023-07-19 17:37:37 +00:00
Gerard Tyedmers
4176f59670
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
2023-07-19 17:10:05 +00:00
Andrii Kurdiumov
c815969f37
docs: Fix path to sample ( #51076 )
...
PR Close #51076
2023-07-19 17:09:31 +00:00
Angular Robot
7df464812d
build: update dependency @types/systemjs to v6 ( #51088 )
...
See associated pull request for more information.
PR Close #51088
2023-07-19 14:37:01 +00:00
Matthieu Riegler
5a5ecf78bd
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
2023-07-18 21:03:35 +00:00
Alex Castle
20c85f1ffb
docs(common): Add NgOptimizedImage FAQ ( #51036 )
...
Make minor updatees to NgOptimizedImage docs, and add an FAQ.
PR Close #51036
2023-07-18 19:05:16 +00:00
Aristeidis Bampakos
d2b0677688
docs: fix typos and styling in lessons 7-14 ( #51004 )
...
Co-Authored-By: Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com >
PR Close #51004
2023-07-18 14:04:12 +00:00
Angular Robot
89f9a0d73d
build: update dependency lighthouse-logger to v2 ( #51075 )
...
See associated pull request for more information.
PR Close #51075
2023-07-18 14:02:52 +00:00
Dylan Hunn
ed1900eca5
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
2023-07-17 21:42:01 +00:00
Matthieu Riegler
3da03cacae
docs: add mention of paramsInheritanceStrategy in the router doc ( #51051 )
...
`paramsInheritanceStrategy` might be usefull in combination of `withComponentInputBinding`.
PR Close #51051
2023-07-17 21:02:14 +00:00
mgechev
73cab7b16e
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
2023-07-17 21:01:29 +00:00
Matthieu Riegler
dea8dc0378
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
2023-07-17 14:53:52 +00:00
Paul Gschwendtner
9258f3b0ee
ci: mark devversion as unavailable for reviews ( #51058 )
...
Marks myself as currently being unavailable for reviews
PR Close #51058
2023-07-17 14:53:24 +00:00
Joey Perrott
4c7339af1f
ci: migrate windows job to GHA ( #51010 )
...
Migrate windows job to use Github Actions
PR Close #51010
2023-07-17 14:51:36 +00:00
Aristeidis Bampakos
78663e6a7d
docs: fix typos in first app tutorial ( #50985 )
...
PR Close #50985
2023-07-14 21:03:46 +00:00
Jared Bada
9f451e7288
docs(docs-infra): first-app-lesson fixes ( #51044 )
...
PR Close #51044
2023-07-14 20:51:54 +00:00
Jared Bada
3bef91b204
docs(docs-infra): first-app-lesson doc fixes ( #51044 )
...
PR Close #51044
2023-07-14 20:51:54 +00:00
Gerard Tyedmers
f96e337063
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
2023-07-14 20:50:24 +00:00
Matthieu Riegler
ae2e9b7bce
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
2023-07-14 20:49:40 +00:00
Paul Gschwendtner
189965863d
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
2023-07-14 19:48:49 +00:00
alkavats1
9f914a88b0
docs: updated the http tag with https ( #50927 )
...
PR Close #50927
2023-07-14 09:44:56 -07:00
Jared Bada
cfdb2ef8d8
docs(docs-infra): http-server-communication typo fix ( #51024 )
...
PR Close #51024
2023-07-14 09:44:02 -07:00
Joey Perrott
fcfe20d360
ci: migrate devtools tests to GHA ( #51008 )
...
Migrate devtools tests to run on Github Actions
PR Close #51008
2023-07-14 09:43:37 -07:00
Antonio Pekeljevic
6952c3a117
docs: simplify a note in DI guide ( #50942 )
...
Co-authored-by: Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com >
PR Close #50942
2023-07-14 09:41:47 -07:00
Antonio Pekeljevic
7463818110
docs: mention the inject method in the DI guide ( #50942 )
...
PR Close #50942
2023-07-14 09:41:47 -07:00
Dylan Hunn
e41245b344
release: cut the v16.1.5 release
16.1.5
2023-07-13 10:54:33 -07:00
Angular Robot
d0a9f029d9
build: update dependency prettier to v3 ( #50945 )
...
See associated pull request for more information.
PR Close #50945
2023-07-13 09:38:16 -07:00