Pawel Kozlowski
d0d83960f3
refactor(docs-infra): mark more components as OnPush ( #55775 )
...
Use the OnPush change detection strategy in more components to
improve performance and enable zoneless in the future.
PR Close #55775
2024-05-15 08:50:22 -07:00
Andrew Kushnir
a5c3857a7b
Revert "build: update dependency typescript to v5.4.5 ( #55042 )" ( #55716 )
...
This reverts commit bd4dbdd2bd .
PR Close #55716
2024-05-07 13:35:03 -07:00
Paul Gschwendtner
5e0d2bc143
docs: properly link to developer preview section ( #55711 )
...
Fixes an invalid link to the developer preview section.
PR Close #55711
2024-05-07 08:06:46 -07:00
Angular Robot
bd4dbdd2bd
build: update dependency typescript to v5.4.5 ( #55042 )
...
See associated pull request for more information.
PR Close #55042
2024-05-03 08:06:38 -07:00
Emma Twersky
c9f27b434a
docs: update press kit to reduce confusion ( #55611 )
...
PR Close #55611
2024-05-01 15:09:36 -07:00
Andrew Scott
266ad40e62
docs: Reference page anchor scroll consistency ( #55566 )
...
The docs-viewer loads asynchronously and can happen after the scroll
event has happened and the Router has attempted to scroll to the
requested position/anchor. This commit saves the scroll event and
handles it again if the cards are loaded after scrolling happens.
PR Close #55566
2024-04-30 14:03:06 -07:00
Matthieu Riegler
e5d58d250d
docs: add mention of the HTTP client for interceptors ( #55551 )
...
fixes #53911
PR Close #55551
2024-04-29 13:41:08 -07:00
Matthieu Riegler
04d77d5a1c
docs: remove mention of style sanitization. ( #55553 )
...
fixes #49566
PR Close #55553
2024-04-26 09:31:44 -07:00
Matthieu Riegler
1ca24cb936
docs: remove image ( #55553 )
...
The image was replaced by the following mermaid chart.
PR Close #55553
2024-04-26 09:31:44 -07:00
Matthieu Riegler
967bbc1e3e
docs: update app-shell to reflect actual content ( #55550 )
...
fixes #55507
PR Close #55550
2024-04-26 09:29:35 -07:00
Kirk Larkin
9258160598
docs: Update di-in-action.md ( #55489 )
...
PR Close #55489
2024-04-25 12:55:15 -07:00
Kirk Larkin
9cd633e1b8
docs: Update what-is-angular.md ( #55536 )
...
PR Close #55536
2024-04-25 12:52:33 -07:00
Matthieu Riegler
c3d077cca1
docs: fix the file naming for the NG05000 error ( #55519 )
...
PR Close #55519
2024-04-25 12:49:54 -07:00
Kirk Larkin
9cb003ac3d
docs: Update dependency-injection.md ( #55432 )
...
PR Close #55432
2024-04-23 13:29:15 -07:00
Kirk Larkin
efb9eb4fa9
docs: Update dependency-injection-context.md ( #55455 )
...
PR Close #55455
2024-04-23 13:27:17 -07:00
Matthieu Riegler
87921d7fff
docs: fix links to packages. ( #55469 )
...
fixes #55458
PR Close #55469
2024-04-23 13:04:22 -07:00
Matthieu Riegler
aeeb38a546
docs: fix link to inject-based-di tutorial. ( #55453 )
...
Fixes #55451
PR Close #55453
2024-04-22 11:57:37 -07:00
Kristiyan Kostadinov
2c66afe857
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:43 -07:00
Mo Ibrahim
a3b1dc005d
docs: fix repeated note in "Add an Input to the component" section ( #55306 )
...
PR Close #55306
2024-04-12 10:14:08 -07:00
Andrew Scott
ca8969b946
Revert "docs(docs-infra): move CLI docs to ADEV ( #55242 )" ( #55291 )
...
This reverts commit 4d2a8005e8 .
PR Close #55291
2024-04-10 13:06:44 -07:00
Paul Gschwendtner
e9e8960e76
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:43 -07:00
Martin Machava
545fb0d88b
docs(forms): validate email field with proper validator ( #55142 )
...
PR Close #55142
2024-04-09 12:15:31 -07:00
Martin Machava
d0ae5561b0
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:09 -07:00
Boris Pouw
5587dde5d5
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:30 -07:00
Mahdi Lazraq
650101e19d
docs: add closing tag in hierarchical injectors documentation ( #54954 )
...
PR Close #54954
2024-04-08 14:11:32 -07:00
Andrew Mayer
36e8f4d5c8
docs: update links to calling-compilecomponents intesting-utility-apis ( #55055 )
...
PR Close #55055
2024-04-08 14:08:40 -07:00
Andrew Mayer
766db6a069
docs: update links to the calling-compilecomponents section ( #55055 )
...
PR Close #55055
2024-04-08 14:08:40 -07:00
gwario
5826d8cb52
docs: fix typo in event-binding documentation ( #55189 )
...
PR Close #55189
2024-04-08 13:47:38 -07:00
lilbeqiri
5c0004bb62
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:12 -07:00
Matthieu Riegler
9f0691577e
docs: replace code-example with docs-code ( #55186 )
...
PR Close #55186
2024-04-08 11:49:29 -07:00
Matthieu Riegler
4d2a8005e8
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:13 -07:00
Matthieu Riegler
13404d5107
docs(docs-infra): remove compiler import ( #55229 )
...
PR Close #55229
2024-04-08 11:31:58 -07:00
Matthieu Riegler
ee0412fb29
docs: use structural directives workflow for structural directives docs. ( #55212 )
...
fixes #53078
PR Close #55212
2024-04-04 16:03:44 +00:00
James
816ddf4539
docs: fix typo in first-app/steps/06-property-binding/README.md ( #55181 )
...
PR Close #55181
2024-04-03 00:14:15 +00:00
Paweł Kubiak
a84beaa4a7
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:56 -07:00
Matthieu Riegler
fd45d03d2f
docs(docs-infra): Use monospace font for API reference ( #54558 )
...
fixes #52612
PR Close #54558
2024-03-29 16:46:25 -07:00
Matthieu Riegler
fc034137ab
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:31 -07:00
vladboisa
ca60d9dd3f
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:43 -07:00
reafernandes10
e53d02df85
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:13 -07:00
vladboisa
109df125c8
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:50 -07:00
Matthieu Riegler
17f2181299
docs: fix API tabs height to allow overflow/scrolling ( #55109 )
...
fixes #53294
PR Close #55109
2024-03-29 09:33:15 -07:00
Matthieu Riegler
0bcea6c928
docs: document why undefined is usefull and does not remove classes ( #55112 )
...
Fixes #54601
PR Close #55112
2024-03-29 09:22:11 -07:00
Matthieu Riegler
2c325d46b0
docs(docs-infra): improve styling for deprecated CLI option ( #54794 )
...
Related to #54770
PR Close #54794
2024-03-28 15:48:26 -07:00
Matthieu Riegler
54a8fc3b19
docs(docs-infra): add margin for command aliases ( #54794 )
...
PR Close #54794
2024-03-28 15:48:24 -07:00
Matthieu Riegler
555696635e
docs(docs-infra): improve space between cli command options ( #54794 )
...
fixes #54767
PR Close #54794
2024-03-28 15:48:23 -07:00
Ben Hong
fa837a393e
docs: fix outdated security guide reference ( #55069 )
...
PR Close #55069
2024-03-28 13:02:00 -07:00
Ben Hong
2abcb040eb
docs: add missing h1 to page for skip to main content on home page ( #55052 )
...
PR Close #55052
2024-03-28 12:09:59 -07:00
Paul Gschwendtner
c7ff3d158a
refactor(docs-infra): support initializer API functions ( #55053 )
...
This commit ensures that extracted initializer API functions are
showing up in angular.dev and can be filtered.
PR Close #55053
2024-03-28 09:38:39 -07:00
Matthieu Riegler
76631995e1
docs: link to http security now at best-practices/security ( #55060 )
...
fixes #55058
PR Close #55060
2024-03-27 11:32:09 -07:00
Esteban Luchsinger
519e781701
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:17 -07:00