Ben Hong
aec2589492
docs: add missing border on embedded editor
2024-05-20 18:38:23 -04:00
Hyun Don Moon
b89c88c73b
docs: fix broken link in signals/model ( #55811 )
...
PR Close #55811
2024-05-17 12:25:46 -07:00
Jens Kuehlers
7aadf42466
docs: Include info about experimental on adev ( #55857 )
...
Copy information about meaning of "experimental"
from angular.io to angular.dev.
PR Close #55857
2024-05-17 12:25:19 -07:00
Charles Lyding
abdf453b85
docs: Update build system migration title to reflect user action ( #55782 )
...
The Angular CLI documentation topic for migrating to the new build system
now has a navigation label of "Migrating to new build system" instead of
"esbuild". This new label better reflects the action a user may want to
take rather than one of the tools used by the new build system.
PR Close #55782
2024-05-16 09:32:29 -07:00
Pawel Kozlowski
35238a2f21
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:12 -07:00
Sasidharan SD
56fb556f65
docs: fix production mode broken link ( #55794 )
...
PR Close #55794
2024-05-14 12:21:30 -07:00
Sasidharan SD
8dd5c735c6
docs: add inspecting injector section in devtools ( #55764 )
...
PR Close #55764
2024-05-13 11:17:50 -07:00
Sasidharan SD
b90c6aa2ea
docs: add service worker images ( #55780 )
...
PR Close #55780
2024-05-13 11:14:50 -07:00
Sasidharan SD
801e5e1577
docs: fix devtools links ( #55766 )
...
PR Close #55766
2024-05-13 11:08:32 -07:00
Charles Lyding
2c0e60eceb
docs: initial update of application builder migration instructions for v18 ( #55699 )
...
The application migration instructions and information page now contains
updated information related to the v18 release. This includes a reordering
of the migration section to mention the automatic migration first as well
as mention that `ng update` will now ask to perform the migration for v18.
PR Close #55699
2024-05-13 11:06:53 -07:00
Ben Hong
c1915f19c6
docs: fix visible code snippets in first-app tutorial ( #55742 )
...
PR Close #55742
2024-05-08 15:46:52 -07:00
Matthieu Riegler
7287fefe7a
docs: uwu ( #55666 )
...
PR Close #55666
2024-05-07 14:57:26 -07:00
Andrew Scott
ca6cdcd269
refactor(core): feature for potential zoneless-compatibility debug check ( #55663 )
...
This commit adds a feature that is useful for determining if an
application is zoneless-ready. The way this works is generally only
useful right now when zoneless is enabled. Some version of this may be useful in
the future as a general configuration option to change detection to make
`checkNoChanges` pass always exhaustive as an opt-in to address #45612 .
Because this is an experimental, debug-only feature, it is okay to merge
during the RC period.
PR Close #55663
2024-05-07 13:39:13 -07:00
Paul Gschwendtner
afc057ee92
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:42 -07:00
Angular Robot
7898957b9d
build: lock file maintenance ( #55680 )
...
See associated pull request for more information.
PR Close #55680
2024-05-06 12:32:18 -07:00
Alan Agius
9ddb003b6c
fix(http): resolve withRequestsMadeViaParent behavior with withFetch ( #55652 )
...
This commit addresses dependency injection defects when using the `withFetch` API. Formerly, utilizing `withFetch` led to the automatic setting of `HttpBackend` to `FetchBackend`, which proved problematic in certain scenarios. Notably, conflicts arose when integrating `withRequestsMadeViaParent` and manually overriding tokens, as observed in instances like `InMemoryWebApiModule`.
PR Close #55652
2024-05-06 12:29:53 -07:00
Andrew Scott
464dae94ee
docs: small updates to zoneless docs ( #55636 )
...
PR Close #55636
2024-05-06 12:28:36 -07:00
Alan Agius
b5ab2ef269
build: fix adev build ( #55662 )
...
adev is broken at head
PR Close #55662
2024-05-03 10:20:58 -07:00
Angular Robot
3a930a59f6
build: update dependency typescript to v5.4.5 ( #55042 )
...
See associated pull request for more information.
PR Close #55042
2024-05-03 08:06:34 -07:00
Alan Agius
72108bad4d
build: update cross-repo angular dependencies ( #55654 )
...
See associated pull request for more information.
PR Close #55654
2024-05-03 08:04:40 -07:00
twerske
c320aa6705
docs: style the nav based on version type ( #55628 )
...
PR Close #55628
2024-05-02 12:33:27 -07:00
cexbrayat
8b5921547c
docs: typos in NG0956 ( #55630 )
...
PR Close #55630
2024-05-02 11:10:58 -07:00
Emma Twersky
fc9602087a
docs: update press kit to reduce confusion ( #55611 )
...
PR Close #55611
2024-05-01 15:09:33 -07:00
Matthieu Riegler
7ff7dfaee7
docs: fix missing example ( #55584 )
...
preview is hidding was responsible for hidding the content.
fixes #55583
PR Close #55584
2024-05-01 15:07:58 -07:00
Ben Hong
9f777b692c
docs: add README for adev site ( #55578 )
...
PR Close #55578
2024-04-30 14:04:56 -07:00
Angular Robot
2ac54f8327
build: lock file maintenance ( #55575 )
...
See associated pull request for more information.
PR Close #55575
2024-04-30 14:03:59 -07:00
Andrew Scott
99cf450d38
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:04 -07:00
twerske
73d999f0c7
docs: fix formatting for signal inputs guide ( #55275 )
...
PR Close #55275
2024-04-30 14:02:13 -07:00
Pawel Kozlowski
a4a82af865
docs(core): add documentation for errors NG0955 and NG0956 ( #55591 )
...
This commit adds detailed description for the errors NG0955 and NG0956.
Those errors correspond to the check introduced in the built-in for loop.
PR Close #55591
2024-04-30 09:21:33 -07:00
Joey Perrott
fd544159e3
ci: complete migration to prettier formatting ( #55580 )
...
Format the remaining unformatted files in the repository
PR Close #55580
2024-04-29 14:00:16 -07:00
Mikal Callahan
49d3062c0e
docs(docs-infra): allow file renaming in code editor ( #54989 )
...
Any filename but the main.ts is now editable.
PR Close #54989
2024-04-29 13:42:26 -07:00
Matthieu Riegler
9160a21624
docs: add mention of the HTTP client for interceptors ( #55551 )
...
fixes #53911
PR Close #55551
2024-04-29 13:41:04 -07:00
Matthieu Riegler
0650981a54
docs: fix broken link to error doc ( #55547 )
...
PR Close #55547
2024-04-29 13:40:03 -07:00
ahmadhakeem18
b87a4c40bf
docs: update NgClass example description to match the example's behavior ( #55209 )
...
Co-authored-by: Sonu Kapoor <sonukapoor@users.noreply.github.com >
PR Close #55209
2024-04-29 13:39:18 -07:00
ahmadhakeem18
4f9084e514
docs: show the difference between pseudo classes angular uses and native ones in runtime ( #53819 )
...
PR Close #53819
2024-04-29 13:35:33 -07:00
Matthieu Riegler
f7233b0589
docs: remove mention of style sanitization. ( #55553 )
...
fixes #49566
PR Close #55553
2024-04-26 09:31:41 -07:00
Matthieu Riegler
f6e11e67f2
docs: remove image ( #55553 )
...
The image was replaced by the following mermaid chart.
PR Close #55553
2024-04-26 09:31:41 -07:00
Matthieu Riegler
5559b7fe63
docs: update app-shell to reflect actual content ( #55550 )
...
fixes #55507
PR Close #55550
2024-04-26 09:29:33 -07:00
Kirk Larkin
0dc4df8296
docs: Update di-in-action.md ( #55489 )
...
PR Close #55489
2024-04-25 12:55:13 -07:00
Kirk Larkin
f4f1d32f7e
docs: Update what-is-angular.md ( #55536 )
...
PR Close #55536
2024-04-25 12:52:30 -07:00
Matthieu Riegler
ae7af8d23b
docs: fix the file naming for the NG05000 error ( #55519 )
...
PR Close #55519
2024-04-25 12:49:51 -07:00
Andrew Scott
5a52facef7
docs: Add some zoneless documentation ( #55500 )
...
Probably needs more work, but it's a start
PR Close #55500
2024-04-25 12:49:16 -07:00
ice-blaze
e54c950e92
refactor(forms): replace errors with hasError() ( #55379 )
...
Material documentation use hasError. For homogeneity reason, this commit
will adopt material style.
Fixes #55378
PR Close #55379
2024-04-25 08:57:29 -07:00
Kirk Larkin
03934f674e
docs: Update lightweight-injection-tokens.md ( #55490 )
...
PR Close #55490
2024-04-25 08:55:46 -07:00
yuichi.imori
e723635058
docs: Correct code references in Tutorial 01. ( #55506 )
...
PR Close #55506
2024-04-25 08:55:07 -07:00
Ben Hong
a45a640474
docs: update security guide link references ( #55514 )
...
PR Close #55514
2024-04-25 08:54:31 -07:00
Ben Hong
0b53fdb3b4
fix(docs-infra): add cookie consent gtag event default state ( #54574 )
...
This PR sets a default state for cookie consent of 'denied'. The other part of the PR exists in the angular/dev-infra repo which will grant permission when the user accepts the cookie banner.
PR Close #54574
2024-04-25 08:53:06 -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