Jeremy Elbourn
6d29ab7818
docs(docs-infra): set meta description per page ( #51487 )
...
aio currently uses the same `<meta name="Description">` content for every page. It seems like this might be causing a problem with search engine indexing such that different pages are being marked as duplicates of each other. It's unfortunately impossible to know whether this will actually fix the issue without it going live.
PR Close #51487
2023-08-24 16:44:34 +00:00
Joey Perrott
fd4e8b18bd
build: include bazel build file in aio playground code ( #51485 )
...
Include the bazel build file in the aio playground code so it contains the same bazel
targets as the regular examples.
PR Close #51485
2023-08-23 14:44:03 -07:00
Shuaib hasan akib
574a759842
docs(docs-infra): Update text mdn to MDN ( #51470 )
...
PR Close #51470
2023-08-23 14:41:02 -07:00
Alan Agius
bd150a2550
docs: remove update reference ( #51449 )
...
Remove reference that `--routing` was added in 8.1
PR Close #51449
2023-08-22 08:02:07 -07:00
Ben Hong
d2346a601d
docs: migrate rxjs-interop guide to standalone ( #51447 )
...
PR Close #51447
2023-08-21 16:37:08 -07:00
Aristeidis Bampakos
9977727f73
docs: fix typos in inputs-outputs guide ( #51428 )
...
PR Close #51428
2023-08-21 16:35:56 -07:00
Aristeidis Bampakos
b7d25bbf47
docs: review Angular elements guide ( #50043 )
...
PR Close #50043
2023-08-21 16:32:52 -07:00
Mark Thompson
38671f7c14
docs(animations): update animation docs to be standalone first ( #51390 )
...
Update the animation example files to be standalone and use boostrap application, update the documentation to prioritize standalone
PR Close #51390
2023-08-21 13:01:20 -07:00
Yann-Thomas LE MOIGNE
3a686478ac
docs(service-worker): Miss a comma in sample ( #3 ) ( #51336 )
...
PR Close #51336
2023-08-21 08:24:31 -07:00
Andrew Scott
6791f41308
docs(router): Clarify how to clear secondary routes ( #51376 )
...
The example for clearing secondary outlets currently only works because
the named outlet appears at the root of the application's route config.
If developers follow this example with an outlet that is not at the
root level, they will not be able to close the outlet.
This commit updates the example to provide a more robust way
of clearing the outlet from the activated outlet component
as well as providing a warning about how the commands are applied.
Lastly, there is a small bit of guidance provided for developers who
might want to explore the ability to close an outlet from any location
in the app, without needing to be aware of the activated route.
An example of this can be found here:
https://stackblitz.com/edit/close-outlet-from-anywhere
resolves #51373
resolves #13523
PR Close #51376
2023-08-15 15:43:17 -07:00
Zoltán Szőgyényi
75561c96d0
docs: add new UI library resource from the Tailwind CSS ecosystem ( #50976 )
...
PR Close #50976
2023-08-15 11:29:39 -07:00
aanchal
2174351385
docs: add the doc type attribute ( #51332 )
...
PR Close #51332
2023-08-15 09:53:05 -07:00
codestart
d4ca651602
docs(docs-infra): fix minor typo in standalone-migration.md ( #51370 )
...
PR Close #51370
2023-08-15 09:37:46 -07:00
Quentin Dunand
6a60a29ff2
docs: Fix Promise.then wrong parameter ( #51322 )
...
Removed the second wrong parameter from the `Promise.then()` method in the doc.
PR Close #51322
2023-08-14 15:27:37 -07:00
Matthieu Riegler
3b1c1b91a2
docs: Add Missing SSR integrity marker error doc page ( #51340 )
...
This commit adds an error doc page for error 507 : Missing SSR content integrity marker.
PR Close #51340
2023-08-14 14:39:25 -07:00
Jessica Janiuk
5a2b7683bc
docs: Add CDN Optimization section to hydration guide ( #51355 )
...
This adds a section to cover the case of CDNs that have optimizations that will break both Angular and Hydration by stripping comment nodes.
PR Close #51355
2023-08-14 14:31:09 -07:00
Jeff Schiller
0bb4361dac
docs(docs-infra): Fix minor typos in dependency-injection-context.md ( #51324 )
...
PR Close #51324
2023-08-14 08:56:28 -07:00
Sinan997
8693627076
docs: update @self() decorator explanation ( #51342 )
...
PR Close #51342
2023-08-13 16:33:16 -07:00
Angular Robot
f3f97f0fb5
docs: update Angular CLI help [main] ( #51325 )
...
Updated Angular CLI help contents.
PR Close #51325
2023-08-11 06:22:03 -07:00
aanchal
1a56763b85
docs: add legend tag to fieldset ( #51259 )
...
PR Close #51259
2023-08-09 17:18:38 -07:00
Swami
79b3327228
docs: Correct statement about app.module.ts generation with --standalone flag ( #51307 )
...
The documentation incorrectly stated that the app.module.ts file is generated
when the --standalone flag is used. This is not the case, and the documentation
should accurately reflect the behavior.
Closes #51306
PR Close #51307
2023-08-09 17:16:49 -07:00
Gerald Monaco
f92f69fa68
docs: Add after*Render to Component Lifecycle guide ( #51291 )
...
PR Close #51291
2023-08-09 10:18:27 -07:00
Matthieu Riegler
107be1130b
docs: add deprecation of PACKAGE_ROOT_URL ( #51222 )
...
PR Close #51222
2023-08-07 09:21:46 -07:00
aanchal
6d05a68122
docs: add title tag to index file ( #51266 )
...
PR Close #51266
2023-08-04 11:29:49 -04:00
Matthieu Riegler
526e215dcd
docs: fix missing space after full stop ( #51252 )
...
Fixes #51250
PR Close #51252
2023-08-04 11:28:34 -04:00
aanchal
d86e637a75
docs: add lang attribute to html files ( #51235 )
...
PR Close #51235
2023-08-01 12:16:44 -07:00
Matthieu Riegler
a871e23857
docs: remove duplicate words. ( #51215 )
...
Using the `\b(\w+)\s+\1\b` we can find duplicate word. Let's remove them.
PR Close #51215
2023-08-01 12:08:33 -07:00
aanchal
2274d156dc
docs: updated the doc files ( #51204 )
...
PR Close #51204
2023-08-01 12:07:21 -07:00
aanchal
63b7f52008
docs: update the html tags ( #51198 )
...
PR Close #51198
2023-08-01 11:53:30 -07:00
Aristeidis Bampakos
5c6d1bb6e3
docs: fix typos in component overview guide ( #51197 )
...
PR Close #51197
2023-08-01 11:53:00 -07:00
Aristeidis Bampakos
71e803a868
docs: add new edition of Angular Projects book ( #51184 )
...
PR Close #51184
2023-08-01 11:51:49 -07:00
Jáchym Bambuch
f71851a523
docs: Change "ng run build:ssr" to "npm run build:ssr" in universal.md ( #51192 )
...
PR Close #51192
2023-07-28 14:42:30 -07:00
sunilbaba
bb0f3bc125
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:41 -07:00
Sid
53aa35befc
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:04 -07:00
abergquist
29a41031e1
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:29 -07:00
alkavats1
2c5e5e4970
docs: updated the tour of heroes doc file ( #51151 )
...
PR Close #51151
2023-07-25 10:24:52 -07:00
Matthieu Riegler
b5cf5d22e5
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:22 -07:00
alkavats1
8b32f89583
docs: updated the word in tutorial template ( #51150 )
...
PR Close #51150
2023-07-24 08:18:34 -07:00
Angular Robot
27d43a4a7f
build: lock file maintenance ( #51134 )
...
See associated pull request for more information.
PR Close #51134
2023-07-24 08:12:51 -07:00
Kevin Boss
4120a03805
docs: fix typos in first app tutorial ( #51115 )
...
PR Close #51115
2023-07-21 17:31:24 +00:00
Matthieu Riegler
0c9c825b14
docs: Add links to the injection context guide ( #51129 )
...
PR Close #51129
2023-07-21 16:46:42 +00:00
Matthieu Riegler
0413e5568b
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
32e49f58fd
docs: update v16.2 date ( #51104 )
...
PR Close #51104
2023-07-19 17:57:12 +00:00
Gerard Tyedmers
646292438a
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
551b2463de
docs: updated the angular-compiler-option doc ( #51095 )
...
PR Close #51095
2023-07-19 17:44:04 +00:00
Gerard Tyedmers
ddf1769f2b
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
8fb9db9dad
docs: Fix path to sample ( #51076 )
...
PR Close #51076
2023-07-19 17:09:30 +00:00
Alex Castle
109737b598
docs(common): Add NgOptimizedImage FAQ ( #51036 )
...
Make minor updatees to NgOptimizedImage docs, and add an FAQ.
PR Close #51036
2023-07-18 19:05:15 +00:00
Aristeidis Bampakos
1ec3a2bc2b
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:11 +00:00
Matthieu Riegler
0623158505
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