Ben Hong
8fa6f40b90
docs: update playground app to use hello world for easier onboarding ( #56813 )
...
PR Close #56813
2024-07-02 12:57:30 -04:00
Angular Robot
c229916f38
build: update dependency typescript to v5.5.3 ( #56802 )
...
See associated pull request for more information.
PR Close #56802
2024-07-02 16:44:40 +00:00
Ben Elliott
859ef580d6
docs: Update interceptors.md to replace public class with export class in DI section ( #56807 )
...
PR Close #56807
2024-07-02 16:44:11 +00:00
Ben Hong
899dabacae
docs: add documentation aroun build error for docs ( #56814 )
...
PR Close #56814
2024-07-02 16:43:06 +00:00
Jessica Janiuk
ec89fb6242
Revert "feat(compiler): Add extended diagnostic to warn when there are uncalled functions in event bindings ( #56295 )" ( #56810 )
...
This reverts commit fd6cd0422d .
PR Close #56810
2024-07-02 14:14:50 +00:00
Enea Jahollari
fd6cd0422d
feat(compiler): Add extended diagnostic to warn when there are uncalled functions in event bindings ( #56295 )
...
The diagnostic will catch issues like:
```html
<button (click)="increment"></button>
<button (click)="increment; decrement"></button>
<button (click)="true ? increment : decrement"></button>
<button (click)="nested.nested1.nested2.increment"></button>
```
PR Close #56295
2024-07-01 20:31:19 +00:00
Andrew Kushnir
a0fbd0e5e1
docs: update 18.1.0 release date ( #56789 )
...
PR Close #56789
2024-07-01 19:37:33 +00:00
Harish Krishnan
aad3c2da6e
docs: Update structural-directives.md ( #56753 )
...
PR Close #56753
2024-07-01 14:03:24 +00:00
Harish Krishnan
4017f72e8c
docs: Update rxjs-interop.md ( #56771 )
...
Fix grammatical error
PR Close #56771
2024-07-01 14:02:46 +00:00
Kristiyan Kostadinov
ceaaa9815b
build: update to latest docs tooling to resolve missing answers ( #56746 )
...
Updates to the latest version of `@angular/docs` which should include a fix for the missing answers in the tutorials.
PR Close #56746
2024-06-27 21:17:38 +00:00
Andrew Scott
ed2665a74d
docs: fix indentation on control flow documentation page ( #56748 )
...
This fixes the indentation on the examples in the control flow docs
fixes #56745
PR Close #56748
2024-06-27 19:55:48 +00:00
Sasidharan SD
0cfd13c671
docs: fix cold observable and frames link ( #56742 )
...
PR Close #56742
2024-06-27 18:26:25 +00:00
Matthieu Riegler
033dfc39bc
docs: Add mention of picture support in FAQ ( #56692 )
...
PR Close #56692
2024-06-26 16:58:27 -07:00
Matthieu Riegler
ec654f72ae
docs(docs-infra): fix asset path for learn angular #11 ( #56587 )
...
fixes #56568
PR Close #56587
2024-06-26 12:39:00 -07:00
Ofer Segev
d3a488ad00
docs: Update signals overview.md ( #56671 )
...
change "computed" to a term using a backtick
PR Close #56671
2024-06-26 12:38:25 -07:00
Matthieu Riegler
c19a4e7a96
docs: Move the background image migration to its own section. ( #56588 )
...
PR Close #56588
2024-06-26 08:52:17 -07:00
Shannon V.C
362e3c74a0
docs: add neovim setup section to adev ( #56057 )
...
PR Close #56057
2024-06-25 09:28:47 -07:00
MikaelSvanasbakken
f7d56790f5
docs: fix broken redirection to contributing.md ( #56581 )
...
PR Close #56581
2024-06-25 09:27:56 -07:00
Sasidharan SD
85dc9123a1
docs: fix broken component fixture link ( #56563 )
...
PR Close #56563
2024-06-25 09:15:02 -07:00
Matthieu Riegler
e81abdbd49
docs(docs-infra): add canonical link to each adev page ( #56540 )
...
PR Close #56540
2024-06-24 09:44:29 -07:00
Sasidharan SD
49b2e65bfb
docs: fix file structure link ( #56542 )
...
PR Close #56542
2024-06-21 10:04:45 -07:00
Luis Fernando Scapin
3ea7794474
docs: ordered words ( #56534 )
...
Ordered correctly some words
PR Close #56534
2024-06-20 14:58:12 -07:00
Sasidharan SD
955ade66e1
docs: fix page not found ( #56512 )
...
PR Close #56512
2024-06-20 08:56:09 -07:00
Matthieu Riegler
55835e9bc9
docs: fix code example for http headers ( #56508 )
...
PR Close #56508
2024-06-20 08:55:31 -07:00
Matthieu Riegler
dd506c1802
docs: add mention of preconnect links ( #56503 )
...
Text is copied from AIO.
fixes #56502
PR Close #56503
2024-06-20 08:54:50 -07:00
Charles Lyding
c12f318f72
build: remove unused root dependencies ( #56499 )
...
With the removal of AIO, several dependencies are now unused and can be removed.
PR Close #56499
2024-06-20 08:54:11 -07:00
Joey Perrott
0bd55a684f
refactor(docs-infra): complete removal of aio directory ( #56496 )
...
Finish removal of aio directory as it is no longer used or relied upon.
PR Close #56496
2024-06-18 12:26:00 -07:00
Joey Perrott
bb72c26b52
refactor(docs-infra): remove reliance on aio example macro ( #56496 )
...
Remove usage of aio example macro in adev
PR Close #56496
2024-06-18 12:25:59 -07:00
Joey Perrott
7208d05a38
refactor(docs-infra): move windows-chromium-path to adev ( #56496 )
...
Move windows-chromium-path help from aio to adev
PR Close #56496
2024-06-18 12:25:59 -07:00
Matthieu Riegler
775f451682
docs: add ng generate directive page ( #56417 )
...
fixes #56296
PR Close #56417
2024-06-18 09:31:26 -07:00
Andrew Scott
f8654bd3f6
fix(docs-infra): reference page restores scroll position or goes top when no anchor ( #56478 )
...
This contains follow-up fixes to 2a2439712a .
This commit updates scrolling on references page to scroll to the top
when there is no anchor in the URL. The behavior after the above commit would
be that the position doesn't change from whatever the previous page was
(potentially scrolled to the bottom). In addition, this restores the
previous scroll position when traversing through browser history rather
than always scrolling to the fragment.
PR Close #56478
2024-06-18 09:26:56 -07:00
Viktor T
d203c499a3
docs(docs-infra): Remove redundant API link ( #56480 )
...
As there is no longer a page for the localize API the URL pointing to this page is removed
PR Close #56480
2024-06-17 12:48:12 -07:00
Arek
278c4a1fcb
docs: fix outdated links from docs to contributing-docs folder in markdown documents ( #56462 )
...
PR Close #56462
2024-06-17 08:53:17 -07:00
Sasidharan SD
5a45d2b6b1
docs: fix location strategy link ( #56475 )
...
PR Close #56475
2024-06-17 08:48:23 -07:00
Andrew Scott
2a2439712a
fix(docs-infra): Various scroll fixes for a.dev ( #56464 )
...
* Create custom scroller to manage scroll behavior more directly. There
are two many special and weird behaviors in the site to use the
built-in scrolling.
* Update scrolling to wait for application stability. This waits a bit
longer than the current `Scroll` event, which happens in
`afterNextRender` after the `NavigationEnd`. fixes #56446
* Disable scrolling on the API references page. It just never worked
well with all the custom scroll locations
* Update card clicks on API references page to change the fragment of
the URL (this allows docs viewers to link directly to an item). Also update
API reference page to listen to fragment changes and use that as the
scroll trigger rather than the click. This takes care of the initial
scroll when the page loads as well.
fixes #56446
PR Close #56464
2024-06-17 08:46:49 -07:00
Jens Kuehlers
d5ecd2c4cc
docs: add v18.x and v19. release dates ( #56429 )
...
Add planned approximate v18 minor and v19 major
release dates.
PR Close #56429
2024-06-13 09:22:15 -07:00
Sasidharan SD
f4b86bd9d5
docs: fix configure routes link ( #56415 )
...
PR Close #56415
2024-06-12 13:36:27 -07:00
Alex Rickabaugh
70157aa3d0
docs(service-worker): fix formatting of directory structure example ( #56412 )
...
This example was using the `<code-example>` tag from AIO instead of the
`<docs-code>` tag from ADEV.
Fixes #56398
PR Close #56412
2024-06-12 12:01:22 -07:00
Matthieu Riegler
160171e26a
docs(docs-infra): generate valid HTML for the update guide. ( #56390 )
...
Nested block elements in a `p` element are not valid.
The p block automatically closes if another block-level element is parsed before the closing.
PR Close #56390
2024-06-11 17:17:03 -07:00
Joey Perrott
03957b1c06
fix(docs-infra): use anchors instead of button for version picker links ( #56368 )
...
Use anchors as links instead of buttons
PR Close #56368
2024-06-11 17:16:20 -07:00
Matthieu Riegler
25a5373af2
docs(docs-infra): guard access to navigator for prerendering ( #56333 )
...
PR Close #56333
2024-06-11 17:08:35 +00:00
Aristeidis Bampakos
54170cd60d
docs: use language-agnostic links for external docs ( #56377 )
...
PR Close #56377
2024-06-11 08:26:30 -07:00
Angular Robot
5109a43410
docs: update Angular CLI help [main] ( #56328 )
...
Updated Angular CLI help contents.
PR Close #56328
2024-06-11 08:23:19 -07:00
Matthieu Riegler
567c2f6d90
docs: add NG0913 error doc ( #56352 )
...
File copied from AIO.
fixes #56351
PR Close #56352
2024-06-10 15:11:45 -07:00
vladboisa
33d1aa69e8
docs(docs-infra): add missing context ( #56367 )
...
Added some missing context for statement regarding base href
Fixes#56336
PR Close #56367
2024-06-10 15:08:37 -07:00
Risqi Romadhoni
e3f7d687aa
docs: update link for Vite and esbuild in Angular CLI introduction ( #56346 )
...
PR Close #56346
2024-06-10 14:04:29 -07:00
Sasidharan SD
0918643cd7
docs: fix input validation link in reactive forms ( #56334 )
...
PR Close #56334
2024-06-10 14:02:56 -07:00
Preston West
38eaf46213
docs: fix 3 typos and a format issue ( #56329 )
...
PR Close #56329
2024-06-10 14:00:03 -07:00
arturovt
4616d2904d
docs: update event-binding ( #56322 )
...
This commit updates the event binding part, where all `scroll` listeners are marked
as passive using the special zone.js configuration flag. The configuration has been
moved from the `polyfills` file to `index.html`. Since new apps no longer include a
`polyfills.ts` file but instead have a `polyfills` property in the builder, setting
the flag in `index.html` ensures compatibility with both configurations.
PR Close #56322
2024-06-10 13:57:24 -07:00
Angular Robot
6ca056532a
build: lock file maintenance ( #56361 )
...
See associated pull request for more information.
PR Close #56361
2024-06-10 13:54:11 -07:00