3744 Commits

Author SHA1 Message Date
aanchal f066fec36a docs: add title tag to index file (#51266)
PR Close #51266
2023-08-04 11:29:51 -04:00
Matthieu Riegler 0a180390d0 docs: fix missing space after full stop (#51252)
Fixes #51250

PR Close #51252
2023-08-04 11:28:34 -04:00
aanchal 7d579b9db0 docs: add lang attribute to html files (#51235)
PR Close #51235
2023-08-01 12:16:44 -07:00
aanchal 4783b74171 docs: updated the doc files (#51204)
PR Close #51204
2023-08-01 12:07:21 -07:00
aanchal d7e6866d62 docs: update the html tags (#51198)
PR Close #51198
2023-08-01 11:53:30 -07:00
Aristeidis Bampakos fe491824c2 docs: fix typos in component overview guide (#51197)
PR Close #51197
2023-08-01 11:53:01 -07:00
Aristeidis Bampakos 5296841b7b docs: add new edition of Angular Projects book (#51184)
PR Close #51184
2023-08-01 11:51:50 -07:00
Jáchym Bambuch 262f1738e2 docs: Change "ng run build:ssr" to "npm run build:ssr" in universal.md (#51192)
PR Close #51192
2023-07-28 14:42:31 -07:00
sunilbaba e891cacf12 docs(docs-infra): Adding required and Transform Args into the usage and documentation of input (#51173)
I# No commands remaining.

PR Close #51173
2023-07-26 10:03:43 -07:00
Sid d0f95c1948 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
2023-07-26 10:03:06 -07:00
abergquist f7216174b7 docs: fixed grammar error in vulnerability reporting (#47326)
Split a run-on sentence into 2 sentences and improved link accessibility.
PR Close #47326
2023-07-26 10:01:30 -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 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
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
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
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
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
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
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
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
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
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
Mark Thompson e170c10567 docs: fix image issues by hosting them on aio, refactor content (#51014)
PR Close #51014
2023-07-13 09:36:57 -07:00
Mark Thompson 92a03c4b63 docs: delete the files from each of the directories. (#51014)
PR Close #51014
2023-07-13 09:36:57 -07:00
Mark Thompson cb741a201e docs: reformat the first-app tutorial to be less verbose, add image hosting (#51014)
PR Close #51014
2023-07-13 09:36:57 -07:00
Jared Bada d0c0b0276c docs(docs-infra): typo fix in aot-metadata-errors (#51017)
PR Close #51017
2023-07-13 09:36:25 -07:00
Charles Lyding b97f02c489 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
2023-07-13 09:33:21 -07:00
Aristeidis Bampakos c48d1e3f55 docs: fix typos in tutorial lesson 1 (#50986)
PR Close #50986
2023-07-11 08:27:43 -07:00
Aristeidis Bampakos bba36ab4de docs: fix typos in tutorial lesson 2 (#50987)
PR Close #50987
2023-07-11 08:27:16 -07:00
Aristeidis Bampakos 0542e1f34d docs: fix styling in tutorial lesson 3 (#50999)
PR Close #50999
2023-07-11 08:26:48 -07:00
Aristeidis Bampakos c194d34bb1 docs: fix styling in tutorial lesson 5 (#51001)
PR Close #51001
2023-07-11 08:26:19 -07:00
Aristeidis Bampakos 302f857d51 docs: fix typo in tutorial lesson 6 (#51002)
PR Close #51002
2023-07-11 08:25:49 -07:00
Matthieu Riegler 4c4c3bda4e docs: remove mention of deprecated providedIn: module. (#50925)
Only 'any' and 'platform' are valid values.

PR Close #50925
2023-07-10 07:12:36 -07:00
Matthieu Riegler ee8fb520bf 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
2023-07-10 07:09:32 -07:00
aanchal 45fab0fa8d docs: omit repetitions (#50629)
PR Close #50629
2023-07-10 07:09:00 -07:00
Alan Agius c0865695a6 docs: add link to critters (#50958)
This commit add a link to critters which is used by the CLI to perform inlining of critical CSS.

PR Close #50958
2023-07-10 07:06:43 -07:00
Matthieu Riegler 7aa6e580c9 docs: update link to the TS config. (#50933)
This TS config doc is now at https://angular.io/guide/typescript-configuration

PR Close #50933
2023-07-05 13:58:35 +02:00
Muhammed Umar 963bfaf84b docs: Router tutorial tour of heroes - doc bug fix suggestion #50794 (#50846)
:#

PR Close #50846
2023-07-05 13:57:31 +02:00