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
vladboisa
1af2be9b23
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:25 -07:00
Matthieu Riegler
d1d9f5569f
docs: update compat table with 17.3 ( #54882 )
...
PR Close #54882
2024-03-27 09:58:11 -07:00
Ben Hong
7763387253
docs: reduce confusion on tutorial intro and reorder how resources are introduced ( #55051 )
...
PR Close #55051
2024-03-27 09:56:44 -07:00
Matthieu Riegler
cf34d2b87f
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
529a5f434d
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:45 -07:00
Angular Robot
90bbc68d44
build: update cross-repo angular dependencies ( #54883 )
...
See associated pull request for more information.
PR Close #54883
2024-03-15 17:06:44 +00:00
Ben Hong
e8badecf4f
docs: fix missing security guide in navigation ( #54830 )
...
The paths for the security guide were flipped in the original PR. As a result, it looked for a markdown file in the best-practices directory when it should have looked for it in the guide directory instead.
PR Close #54830
2024-03-12 13:13:03 -07:00
Ben Hong
e75a9a4d83
docs: improve in-depth guides information architecture ( #54365 )
...
PR Close #54365
2024-03-12 10:25:40 -07:00
Matthieu Riegler
fcfb42a8ba
docs: use the right path for first-app images ( #54694 )
...
PR Close #54694
2024-03-11 16:30:28 -07:00
Joey Perrott
57e54e29e7
docs: bump to 2024 for copyright text ( #54822 )
...
Bump copyright text to 2024
PR Close #54822
2024-03-11 13:39:49 -07:00
Matthieu Riegler
10314787d6
docs: adding signal inputs and model to ADEV. ( #54753 )
...
Those docs are a copy from AIO.
PR Close #54753
2024-03-11 11:01:01 -07:00
theRealc0d3c
40a94b3ab6
docs: fix typo in tutorial ( #54817 )
...
PR Close #54817
2024-03-11 10:59:53 -07:00
Leonardo Ortiz
658ae699d8
docs: update content readme link ( #53763 )
...
PR Close #53763
2024-03-07 11:07:09 -08:00
Leonardo Ortiz
9cf6b9369e
docs: readme from blossom ( #53763 )
...
PR Close #53763
2024-03-07 11:07:09 -08:00
Matthieu Riegler
d2ec5b6178
docs: fix clipped docs-code block in docs-reference-api-tab ( #54621 )
...
PR Close #54621
2024-03-05 18:35:09 +01:00
Matthieu Riegler
b5366f20d9
docs: fix tutorial preview size ( #54621 )
...
PR Close #54621
2024-03-05 18:35:06 +01:00
Matthieu Riegler
70996ed8d3
docs(docs-infra): remove unwanted styling on API page. ( #54621 )
...
`box-sizing: border-box` prevents overflow caused by borders.
PR Close #54621
2024-03-05 18:35:02 +01:00
danieljancar
07d5e42dbb
docs: revise documentation for @for control flow, 'track $index' performance issues explanation, and confusing 'trackBy' mention ( #53806 )
...
PR Close #53806
2024-03-04 11:37:37 +01:00
Pawel Kozlowski
0ddae16aac
docs: queries as signals adev guide ( #54505 )
...
Add a angular.dev version of queries as signals guide.
PR Close #54505
2024-03-04 11:11:16 +01:00
Matthieu Riegler
0d98972cc6
docs(docs-infra): Update tutorial deps ( #54677 )
...
PR Close #54677
2024-03-04 10:03:14 +01:00
Hozefa Mangalorewala
3e703f55e0
docs: fix broken link on the tutorial page ( #54669 )
...
PR Close #54669
2024-03-03 13:59:02 +01:00
Matthieu Riegler
9a8a544e78
docs(docs-infra): remove the override for piscina ( #54656 )
...
PR Close #54656
2024-02-29 11:07:07 +01:00
Nikita Barsukov
1519b5bd2f
docs: fix broken markdown syntax ( #53567 )
...
PR Close #53567
2024-02-28 15:16:14 +01:00
Joey Perrott
2e401c74e7
fix(docs-infra): include CLI reference docs in adev ( #54591 )
...
include the reference docs in the adev application
PR Close #54591
2024-02-28 12:48:09 +01:00
Joey Perrott
8f0c27ffc3
refactor(docs-infra): apply prettier formatting to adev ( #54625 )
...
Apply prettier formatting to adev code
PR Close #54625
2024-02-27 14:04:49 -08:00
Angular Robot
a2a0067aec
build: update all non-major dependencies ( #54510 )
...
See associated pull request for more information.
PR Close #54510
2024-02-26 18:28:44 -08:00
Matthieu Riegler
f5f73fd997
docs(docs-infra): enable webcontainers for Firefox ( #54550 )
...
PR Close #54550
2024-02-21 15:27:36 -08:00
Lukas Matta
27603996fa
docs: fix typos ( #54475 )
...
PR Close #54475
2024-02-21 15:19:39 -08:00
vladboisa
024c14fb69
docs(docs-infra): fix tab shrinking ( #54380 )
...
Fix a behavior when block shrinks on Usage notes tab
Fixes #52818
PR Close #54380
2024-02-21 15:19:13 -08:00
Joey Perrott
e9246f745a
refactor(docs-infra): correct location of hosted images ( #54547 )
...
Properly include hosted images in the generated application
PR Close #54547
2024-02-21 16:52:01 +00:00
Matthieu Riegler
554628e190
docs(docs-infra): Add missing API entries to ADEV ( #54530 )
...
* `localize`: `MessageId` & `MessageId`
* `core/global`
* `upgrade/static` : `downgradeComponent`, `downgradeInjectable`, `getAngularJSGlobal`, `getAngularLib`, `setAngularJSGlobal` & `setAngularLib`
PR Close #54530
2024-02-21 16:41:33 +00:00
Matthieu Riegler
d49558d18d
docs: fix brokens links ( #54507 )
...
PR Close #54507
2024-02-21 16:05:30 +00:00
Matthieu Riegler
0644072354
docs: fix links in ngModule API guide ( #54507 )
...
fixes #54506
PR Close #54507
2024-02-21 16:05:30 +00:00
Matthieu Riegler
dd413ebc3b
docs(docs-infra): fix error page. ( #54522 )
...
Display the not found page on 404.
fixes #54506
PR Close #54522
2024-02-21 15:58:01 +00:00