twerske
e2601c7fb2
docs: fix formatting for signal inputs guide
2024-04-30 09:51:28 -07:00
Angular Robot
cae993c3b7
build: lock file maintenance ( #55241 )
...
See associated pull request for more information.
PR Close #55241
2024-04-09 15:22:11 -07:00
Matthieu Riegler
457d02cca3
docs: Use new Urls to drop the docs url mapper ( #55043 )
...
PR Close #55043
2024-04-09 12:23:09 -07:00
Martin Machava
216199dd4d
docs(forms): validate email field with proper validator ( #55142 )
...
PR Close #55142
2024-04-09 12:15:29 -07:00
Martin Machava
bc394de75a
docs: fix input name ( #55141 )
...
This commit fixes the name of the input used for the email.
PR Close #55141
2024-04-09 11:21:05 -07:00
Joey Perrott
9bc15994ce
refactor: move example generation into adev, removing content from aio ( #55263 )
...
Remove the content from aio and set up the example generation in adev
PR Close #55263
2024-04-09 11:18:48 -07:00
Matthieu Riegler
323611141b
docs: split CLI subcommands in separate doc page ( #55185 )
...
PR Close #55185
2024-04-09 11:05:18 -07:00
Angular Robot
18ba2bbc4b
docs: update Angular CLI help [main] ( #55251 )
...
Updated Angular CLI help contents.
PR Close #55251
2024-04-09 10:29:52 -07:00
Boris Pouw
e032427817
docs: add back dynamic form image to fix adev broken link ( #55247 )
...
This commit adds back the dynamic form image that was previously removed. This fixes the broken link in the adev documentation.
PR Close #55247
2024-04-08 14:33:24 -07:00
Mahdi Lazraq
6484ac21f9
docs: add closing tag in hierarchical injectors documentation ( #54954 )
...
PR Close #54954
2024-04-08 14:11:18 -07:00
Andrew Mayer
2eb83c6e86
docs: update links to calling-compilecomponents intesting-utility-apis ( #55055 )
...
PR Close #55055
2024-04-08 14:08:38 -07:00
Andrew Mayer
76d00b253d
docs: update links to the calling-compilecomponents section ( #55055 )
...
PR Close #55055
2024-04-08 14:08:37 -07:00
gwario
faafadb436
docs: fix typo in event-binding documentation ( #55189 )
...
PR Close #55189
2024-04-08 13:47:36 -07:00
lilbeqiri
831da9ba1e
refactor: do cleanups to theme, version and content loader services at adev ( #55234 )
...
Keep theme constants in sync betwee index.html file and theme manager. Move versions config static data to their own file, and replace the deprecated toPromise() api with the new firstValueFrom() api
PR Close #55234
2024-04-08 13:38:04 -07:00
Matthieu Riegler
87cdfaf88f
docs: replace code-example with docs-code ( #55186 )
...
PR Close #55186
2024-04-08 11:49:25 -07:00
Matthieu Riegler
f8d59211ac
docs(docs-infra): move CLI docs to ADEV ( #55242 )
...
Previously located in the `aio` directory, the commit moves the docs file into `adev` and also moves the `script` used to generated them from the `angular-cli` repo.
PR Close #55242
2024-04-08 11:35:11 -07:00
Matthieu Riegler
e57042e540
docs(docs-infra): remove compiler import ( #55229 )
...
PR Close #55229
2024-04-08 11:31:56 -07:00
Matthieu Riegler
59c166a2bc
docs: remove link to resources ( #55224 )
...
The page doesn't exist anymore on ADEV.
Fixes #55221
PR Close #55224
2024-04-08 11:28:48 -07:00
Angular Robot
a84cb62522
build: lock file maintenance ( #55145 )
...
See associated pull request for more information.
PR Close #55145
2024-04-05 11:08:44 -07:00
ashish-sharma4u
493c1922bf
docs: bind 'occupation' property to UserComponent ( #54935 )
...
added the binding of occupation property which was missing in UserComponent
Co-authored-by: Sonu Kapoor <sonukapoor@users.noreply.github.com >
PR Close #54935
2024-04-04 11:12:51 -07:00
Matthieu Riegler
9ad4ed13bd
docs: use structural directives workflow for structural directives docs. ( #55212 )
...
fixes #53078
PR Close #55212
2024-04-04 16:03:43 +00:00
Gerald Monaco
45ae7a6b60
feat(platform-browser): add withI18nSupport() in developer preview ( #55130 )
...
Expose withI18nSupport() as a hydration feature to enable i18n hydration
PR Close #55130
2024-04-03 15:27:24 +00:00
James
f5773196ec
docs: fix typo in first-app/steps/06-property-binding/README.md ( #55181 )
...
PR Close #55181
2024-04-03 00:14:14 +00:00
Paweł Kubiak
8a8181a54d
fix(docs-infra): scrolling experience in API Reference ( #55133 )
...
Fix scrolling experience in API Reference:
- set correct margin top for members container (right side) which is aligned with tabs (left side)
- prevent scroll on focus
- remove redundant blur calls
PR Close #55133
2024-03-29 19:05:53 -07:00
Matthieu Riegler
bc7f140928
docs(docs-infra): Use monospace font for API reference ( #54558 )
...
fixes #52612
PR Close #54558
2024-03-29 16:46:19 -07:00
Matthieu Riegler
f01e8da53d
docs(docs-infra): move Features APIs above the filter section & rename to "Most Common ( #54557 )
...
Fixes #52705
PR Close #54557
2024-03-29 13:08:29 -07:00
vladboisa
e0a31b68f5
refactor(docs-infra): move gif to display ( #54795 )
...
To display the image correctly, swap the image from the folders
Fixes #54778
feat(docs-infra): change path for correct ADEV
Changing path for correctly displaying in adev
PR Close #54795
2024-03-29 13:06:42 -07:00
Angular Robot
418b7dff4b
build: lock file maintenance ( #55022 )
...
See associated pull request for more information.
PR Close #55022
2024-03-29 12:59:32 -07:00
Matthieu Riegler
1ae460c387
docs: remove unused examples ( #55110 )
...
fixes #52660
PR Close #55110
2024-03-29 11:58:31 -07:00
reafernandes10
112fae56c5
docs(http): Update the Setup for testing in Http Client to include provideHttpClient() ( #53716 )
...
It is not enough to use provideHttpClientTesting() for HTTP Client Testing, it will throw a dependency injection error. Update the docs to include both provideHttpClient() and provideHttpClientTesting()
Fixes #53390
PR Close #53716
2024-03-29 09:40:11 -07:00
Dan Wahlin
1b8bf1d4b8
docs: fix typo in control-flow.md ( #54976 )
...
PR Close #54976
2024-03-29 09:39:31 -07:00
vladboisa
1c11d89e9e
docs(docs-infra): rephrase sentence to make sense ( #54914 )
...
Remove the confuse sentences with 2 categories, and rephrase
Fixes #54792
PR Close #54914
2024-03-29 09:34:49 -07:00
Matthieu Riegler
1d821d1b87
docs: fix API tabs height to allow overflow/scrolling ( #55109 )
...
fixes #53294
PR Close #55109
2024-03-29 09:33:13 -07:00
Matthieu Riegler
1c5f158c46
docs: document why undefined is usefull and does not remove classes ( #55112 )
...
Fixes #54601
PR Close #55112
2024-03-29 09:22:10 -07:00
Matthieu Riegler
d839c58031
docs(docs-infra): improve styling for deprecated CLI option ( #54794 )
...
Related to #54770
PR Close #54794
2024-03-28 15:48:22 -07:00
Matthieu Riegler
431fb9740d
docs(docs-infra): add margin for command aliases ( #54794 )
...
PR Close #54794
2024-03-28 15:48:22 -07:00
Matthieu Riegler
ec59b2fe74
docs(docs-infra): improve space between cli command options ( #54794 )
...
fixes #54767
PR Close #54794
2024-03-28 15:48:22 -07:00
Ben Hong
f911aef72a
docs: fix outdated security guide reference ( #55069 )
...
PR Close #55069
2024-03-28 13:01:59 -07:00
Ben Hong
d63706e9d6
docs: add missing h1 to page for skip to main content on home page ( #55052 )
...
PR Close #55052
2024-03-28 12:09:57 -07:00
Matthieu Riegler
e523f27e67
docs: fix link to NPM release cycle page ( #54793 )
...
PR Close #54793
2024-03-27 11:33:09 -07:00
Matthieu Riegler
2a395f8917
docs: link to http security now at best-practices/security ( #55060 )
...
fixes #55058
PR Close #55060
2024-03-27 11:32:08 -07:00
Esteban Luchsinger
9e606093e6
docs: explain difference between @placeholder and @loading ( #54779 )
...
Add a sentence to the `@loading` block documentation that emphasizes more that the `@loading` block will replace the `@placeholder` block once the deferred view starts loading.
PR Close #54779
2024-03-27 11:09:15 -07:00
Andrea Canciani
f3b624553a
refactor: fix a number of typos throughout the codebase ( #55018 )
...
Fix some typos detected using spellchecking tools, both in
documentation and in code (comments, identifiers).
PR Close #55018
2024-03-27 10:54:31 -07:00
vladboisa
42eab69a1f
docs(docs-infra): replace link by HTTPsecurity tab ( #55029 )
...
Replace a broke link by content of HTTP Client Security Tab.
Fixes #54918 & #54922
PR Close #55029
2024-03-27 10:50:20 -07:00
Dmitrii Kuzmin
3650b3795f
docs: added note about toSignal ( #54996 )
...
PR Close #54996
2024-03-27 10:49:37 -07:00
Matthieu Riegler
14235b7f0c
docs: update compat table with 17.3 ( #54882 )
...
PR Close #54882
2024-03-27 09:58:06 -07:00
Ben Hong
311f5527a6
docs: reduce confusion on tutorial intro and reorder how resources are introduced ( #55051 )
...
PR Close #55051
2024-03-27 09:56:42 -07:00
Paul Gschwendtner
2419f2c747
refactor(docs-infra): support initializer API functions ( #54925 )
...
This commit ensures that extracted initializer API functions are
showing up in angular.dev and can be filtered.
PR Close #54925
2024-03-26 09:17:20 -07:00
Matthieu Riegler
b2ba945436
docs: unescape html entities ( #55016 )
...
adev supports regular characters in place of entity. Let's use them to make the ease the work for the editors.
PR Close #55016
2024-03-25 11:16:35 -07:00
Joey Perrott
456aefe83b
refactor(docs-infra): don't rely on aio_npm in adev ( #54928 )
...
Use @npm// instead of @aio_npm// in adev BUILD files
PR Close #54928
2024-03-19 09:55:44 -07:00