Ben Hong
03cb618fca
docs: update security guide link references
2024-04-24 11:28:58 -07:00
Leonardo Collazo Klenina
b1e63491bb
Update making-requests.md ( #55390 )
...
docs(http): change "buffer.length" to "buffer.byteLength"
property "length" does not exist on type "ArrayBuffer" but "byteLength" does
PR Close #55390
2024-04-23 13:34:33 -07:00
Kirk Larkin
79a33e4366
docs: Update dependency-injection.md ( #55432 )
...
PR Close #55432
2024-04-23 13:29:14 -07:00
Kirk Larkin
86ad37a446
docs: Update dependency-injection-context.md ( #55455 )
...
PR Close #55455
2024-04-23 13:27:15 -07:00
Kirk Larkin
62bbed8f5a
docs: Update dependency-injection-providers.md ( #55454 )
...
PR Close #55454
2024-04-23 13:26:16 -07:00
Kirk Larkin
cd390c26a8
docs: Update creating-injectable-service.md ( #55449 )
...
PR Close #55449
2024-04-23 13:25:54 -07:00
Kirk Larkin
89a5c7e6f8
docs: Update creating-injectable-service.md ( #55449 )
...
PR Close #55449
2024-04-23 13:25:54 -07:00
Angular Robot
f4d894b58a
docs: update Angular CLI help [main] ( #55409 )
...
Updated Angular CLI help contents.
PR Close #55409
2024-04-23 13:24:22 -07:00
lilbeqiri
bb673ff458
docs: improve grammar at tutorial steps ( #55414 )
...
Fix the grammar issues at some of the tutorial pages making sure they sound correctly.
PR Close #55414
2024-04-23 13:22:58 -07:00
Matthieu Riegler
8f62aac6ea
docs(docs-infra): improve filtering performances on API page ( #55470 )
...
Identity tracking was not a good choice here 🙃
PR Close #55470
2024-04-23 13:04:51 -07:00
Matthieu Riegler
7aff867c78
docs: fix links to packages. ( #55469 )
...
fixes #55458
PR Close #55469
2024-04-23 13:04:21 -07:00
Matthieu Riegler
8dab93fe2c
docs: adev tutorials use v17. ( #55437 )
...
Partial revert of #54891 . Webcontainers do not support node ^18.19.1 which is required by the v18 CLI.
Until this is solved by the stackblitz team, we're stucked with v17 based tutorials
PR Close #55437
2024-04-23 13:00:45 -07:00
Matthieu Riegler
bd784fca99
docs: fix link to inject-based-di tutorial. ( #55453 )
...
Fixes #55451
PR Close #55453
2024-04-22 11:57:34 -07:00
Kristiyan Kostadinov
8aef3f8dde
docs: remove performance warning for directive composition ( #55448 )
...
Removes the warning about performance from the directive composition API docs since some recent benchmarks have snown that their effect is negligible.
PR Close #55448
2024-04-22 11:52:38 -07:00
Matthieu Riegler
ebfba7751d
docs: add anchors to packages on api page ( #55338 )
...
PR Close #55338
2024-04-22 11:28:41 -07:00
Angular Robot
b67e11a521
build: update cross-repo angular dependencies ( #54891 )
...
See associated pull request for more information.
PR Close #54891
2024-04-19 08:51:09 -07:00
Matthieu Riegler
1bea1fe8a0
docs: improvements for API pages ( #55388 )
...
* add link for source files
* add deprecation message for methods
* add usage notes for methods
Fixes #55196
Fixes #52641
PR Close #55388
2024-04-19 06:30:34 -07:00
Alan Agius
8eacb6e4b9
feat(http): exclude caching for authenticated HTTP requests ( #55034 )
...
This update modifies the transfer cache logic to prevent caching of HTTP requests that require authorization. To opt-out from this behaviour use the `includeRequestsWithAuthHeaders` option in `withHttpTransferCache`
BREAKING CHANGE: By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the `includeRequestsWithAuthHeaders` option in `withHttpTransferCache`.
Example:
```ts
withHttpTransferCache({
includeRequestsWithAuthHeaders: true,
})
```
Closes : #54745
PR Close #55034
2024-04-19 06:25:22 -07:00
Ben Hong
c778977445
docs: update v0 render to v17 ( #55368 )
...
PR Close #55368
2024-04-17 08:01:26 +02:00
Pawel Kozlowski
f17d0b414e
docs: exit developer preview for built-in control flow ( #55348 )
...
This commit removes the warning about developer preview in our
built-in control flow documentation page.
PR Close #55348
2024-04-15 17:29:12 +02:00
Matthieu Riegler
3af54d5114
docs: fix links to output function ( #55335 )
...
fixes #55334
PR Close #55335
2024-04-15 11:09:33 +02:00
Andrew Scott
e41a52286f
Revert "refactor: move example generation into adev, removing content from aio ( #55263 )" ( #55326 )
...
This reverts commit 9bc15994ce .
PR Close #55326
2024-04-12 14:57:05 -07:00
Andrew Scott
c9abe775d0
docs: Simply redirect function example for router ( #55317 )
...
PR Close #55317
2024-04-12 10:43:26 -07:00
Andrew Scott
11523c1cb7
docs(router): Add some additional docs for new Router features ( #55184 )
...
This commit adds some additional documentation for recent router
features.
PR Close #55184
2024-04-12 10:22:04 -07:00
Mo Ibrahim
f947dd5ba4
docs: fix repeated note in "Add an Input to the component" section ( #55306 )
...
PR Close #55306
2024-04-12 10:14:01 -07:00
Angular Robot
66e8cd2f8a
docs: update Angular CLI help [main] ( #55267 )
...
Updated Angular CLI help contents.
PR Close #55267
2024-04-10 10:51:43 -07:00
Paul Gschwendtner
e742787c6f
docs: add guide for the output() function ( #54946 )
...
Adds a guide for angular.io that introduces the new `output()` function
(and `outputFromObservable`).
PR Close #54946
2024-04-10 10:40:41 -07:00
Alan Agius
9b903c52d8
docs: remove ng doc link ( #55284 )
...
This command has been removed in version 18.
PR Close #55284
2024-04-10 10:38:41 -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