Miles Malerba
1360e4b584
docs: point cdk drag-drop doc links to adev api pages ( #61437 )
...
Now that the drag and drop API pages are on adev we can link to those
instead of external linking to material.angular.io
PR Close #61437
2025-05-19 16:04:08 +00:00
Matthieu Riegler
7d0db3d247
docs(docs-infra): only show clear button of textfield when there is a text ( #61427 )
...
PR Close #61427
2025-05-16 15:57:36 +00:00
Matthieu Riegler
74e39ea96a
docs(docs-infra): llms-full.txt ( #61356 )
...
This includes a basic script to generate the file from the list of markdown files `llms-list.md`
PR Close #61356
2025-05-16 14:38:04 +00:00
Matthieu Riegler
aa4293871d
docs: fix textfield CVA ( #61411 )
...
patch backport of #61300
PR Close #61411
2025-05-16 14:35:55 +00:00
Vlad Boisa
b2ade23282
docs: fix typos ( #61257 )
...
Change grammar and fix typos in docs
Fixes #61244
PR Close #61257
2025-05-16 10:20:36 +00:00
Matthieu Riegler
db815e98ac
docs: fix note formatting about optionam chaining ( #61251 )
...
PR Close #61251
2025-05-16 10:09:36 +00:00
Vlad Boisa
57df36127e
docs: fix incomplete sentence ( #61391 )
...
Fix insufficient sentence.
Fixes #61350
PR Close #61391
2025-05-16 09:35:45 +00:00
Matthieu Riegler
85e0baf081
docs: fix Routed components example ( #61278 )
...
fixes #61277
PR Close #61278
2025-05-16 09:14:40 +00:00
Angular Robot
bd2a5b9729
docs: update Angular CDK apis [19.2.x] ( #61347 )
...
Updated Angular CDK api files.
PR Close #61347
2025-05-16 07:40:11 +00:00
Andrew Seguin
30fcd46b30
docs: make drag and drop examples preview ( #59737 )
...
PR Close #59737
2025-05-16 07:38:05 +00:00
Miles Malerba
fdb86983c5
docs: fix embedded preview ( #59737 )
...
update the embeddable examples glob to captrue the drag & drop examples,
and fix the current build issues in the drag & drop examples
PR Close #59737
2025-05-16 07:38:04 +00:00
Andrew Seguin
eaf2c6eb8e
docs: add preview to an example to test ( #59737 )
...
PR Close #59737
2025-05-16 07:38:04 +00:00
Miles Malerba
27c55fe30c
ci: fix build ( #59737 )
...
Deletes the BUILD.bazel in examples/drag-drop so the files can be
collected in examples/BUILD.bazel instead
PR Close #59737
2025-05-16 07:38:04 +00:00
Amy Sorto
740885f560
docs: add code examples for drag and drop guide ( #59737 )
...
# Conflicts:
# adev/src/content/guide/BUILD.bazel
PR Close #59737
2025-05-16 07:38:04 +00:00
Amy Sorto
f7c1da7616
docs: add drag and drop guide ( #59737 )
...
PR Close #59737
2025-05-16 07:38:04 +00:00
Will 保哥
2d3e1d3b12
docs: update Traditional Chinese footer link ( #61280 )
...
update Traditional Chinese footer link from angular.tw to dev.angular.tw to direct users to the new Traditional Chinese dev site.
PR Close #61280
2025-05-16 07:36:20 +00:00
Matthieu Riegler
dfed15fa49
docs: add llms.txt ( #61285 )
...
PR Close #61285
2025-05-15 10:09:14 -07:00
Hakeem
75e267da1d
docs(docs-infra): fix update page styles to adhere to the new layout ( #61256 )
...
PR Close #61256
2025-05-14 08:47:31 -07:00
Hakeem
bf8d52b497
docs(docs-infra): fixating the position of the docs content whether TOC exists or not ( #61256 )
...
PR Close #61256
2025-05-14 08:47:31 -07:00
Hakeem
4325243224
docs(docs-infra): integrate the new layout with the new changes ( #61256 )
...
fix new global layout issues, and make other pages adhere to the new centered layout like cli ref page, cli ref details, api ref details pages
PR Close #61256
2025-05-14 08:47:31 -07:00
Jan Martin
ac77e30c76
docs: document the use of this in template expression syntax ( #61250 )
...
As of Angular 19, `this` should consistently reference the given
class property.
See: https://github.com/angular/angular/pull/55183
Co-authored-by: Jeremy Elbourn <jelbourn@google.com>
Co-authored-by: Matthieu Riegler <kyro38@gmail.com>
PR Close #61250
2025-05-14 06:35:56 -07:00
Miles Malerba
c92c34d490
docs: update references to the cdk/testing apis ( #60853 )
...
PR Close #60853
2025-05-13 16:32:37 -07:00
Miles Malerba
07e8c3ef5e
docs: generate api pages for cdk ( #60853 )
...
Generates html for the cdk api pages based on the json files imported
from angular/cdk-builds
PR Close #60853
2025-05-13 16:32:37 -07:00
Paul Gschwendtner
899cb4ab49
refactor: add explicit types for exports relying on inferred call return type ( #61316 )
...
As part of the Bazel toolchain migration we noticed that implicit types
generated by the TypeScript compiler sometimes end up referencing types
from other packages (i.e. cross-package imports).
These imports currently work just because the Bazel `ts_library` and
`ng_module` rules automatically inserted a `<amd-module
name="@angular/x" />` into `.d.ts` of packages. This helped TS figure
out how to import a given file. Notably this is custom logic that is not
occuring in vanilla TS or Angular compilations—so we will drop this
magic as part of the toolchain cleanup!
To improve code quality and keep the existing behavior working, we are
doing the following:
- adding a lint rule that reduces the risk of such imports breaking. The
failure scenario without the rule is that API goldens show unexpected
diffs, and types might be duplicated in a different package!
- keeping the `<amd-module` headers, but we manually insert them into
the package entry-points. This should ensure we don't regress
anywhere; while we also improved general safety around this above.
Long-term, isolated declarations or a lint rule from eslint-typescript
can make this even more robust.
PR Close #61316
2025-05-13 22:46:00 +00:00
Matthieu Riegler
d1501bce5c
docs(docs-infra): preselect search text on re-open ( #61129 )
...
PR Close #61129
2025-05-12 15:25:51 -07:00
Hakeem
223ca9f983
docs(docs-infra): limit the flexible width of the main content for better UX ( #58831 )
...
PR Close #58831
2025-05-09 10:24:15 -07:00
ahmadhakeem18
f9932e8b0d
docs(docs-infra): fix the global layout of the site ( #58831 )
...
take the full width of the page for all the pages that use docs-viewer, also reserve an area for table of contents on-demand
Resolves : #52648
PR Close #58831
2025-05-09 10:24:15 -07:00
Joey Perrott
84b66f3b04
build: migrate adev shared-docs package to use ts_project ( #61217 )
...
Migrate the build rules for shared docs to use ts_project
PR Close #61217
2025-05-09 16:32:06 +00:00
Paul Gschwendtner
0e3d4546b9
build: migrate compiler-cli/src/ngtsc to ts_project ( #61237 )
...
Migrates all of `compiler-cli/src/ngtsc` to `ts_project`. This change
was generated using Gemini.
PR Close #61237
2025-05-09 16:01:49 +00:00
Paul Gschwendtner
1bfd7bbd1c
build: prepare for compiler-cli to be using ts_project ( #61237 )
...
Prepare the compiler-cli package for being ready for migration
to `ts_project`.
PR Close #61237
2025-05-09 16:01:49 +00:00
Tom Adler
5b60442f6d
docs: update the description of example ( #61205 )
...
PR Close #61205
2025-05-08 09:57:01 -07:00
Vlad Boisa
684af21fc9
docs: swap the anchor to the correct one ( #61200 )
...
The anchor on the link - is not working, swap the anchor to the correct one
PR Close #61200
2025-05-08 09:43:32 -07:00
Tom Adler
3cbb60c6dc
docs: update descriptions of examples ( #61207 )
...
PR Close #61207
2025-05-08 09:40:20 -07:00
Angular Robot
4292d8aa47
docs: update Angular CDK apis [19.2.x] ( #61186 )
...
Updated Angular CDK api files.
PR Close #61186
2025-05-07 11:23:04 -07:00
Jan Martin
fa2124a265
docs: document preventDefault() behavior for event listeners ( #61184 )
...
The `false` behavior has existed for a long time but hasn't really
been documented. It's also not _quite_ what the browser would do.
Finally, the page explicitly discourages the implicit `false` way
of preventing default. Biggest motivation (beyond code clarity) are
potential footguns like `(click)="myProp=x()"` which happens to prevent
default behavior iff `x()` happens to return `false`.
Fixes https://github.com/angular/angular.io/issues/2568
PR Close #61184
2025-05-07 11:21:45 -07:00
Tom Adler
3fc2ba4d8c
docs: fix case of variable name ( #61177 )
...
PR Close #61177
2025-05-07 11:19:56 -07:00
Miles Malerba
974b2462a8
docs: update rendering to use generated repo link ( #61143 )
...
PR Close #61143
2025-05-06 14:09:46 -07:00
Miles Malerba
5765905b81
docs: update API generation to include repo name ( #61143 )
...
PR Close #61143
2025-05-06 14:09:46 -07:00
Andrew Kushnir
93e2735d35
Revert "docs(docs-infra): fix first-app intro example ( #61042 )" ( #61145 )
...
This reverts commit ab91a355f8 .
Revert reason: the change causes CI to fail (the `lint` CI job).
PR Close #61145
2025-05-06 11:06:23 -07:00
Tom Adler
267bc0ee91
docs: fix whitespace after a link ( #61136 )
...
PR Close #61136
2025-05-06 10:25:50 -07:00
Matthieu Riegler
11d9dc6fad
docs(docs-infra): fix first-app intro example ( #61042 )
...
fixes #60844
PR Close #61042
2025-05-06 09:07:27 -07:00
Jessica Janiuk
cc48424a57
docs: add guide for using native CSS animations ( #61118 )
...
This adds a guide for how to switch from the
angular animations package over to native CSS
animations.
PR Close #61118
2025-05-05 08:45:41 -07:00
oliv37
6f4c209493
docs(docs-infra): update use production configuration ( #61112 )
...
PR Close #61112
2025-05-05 08:45:01 -07:00
Miles Malerba
6ce2672e65
docs: hide entries that are marked @docs-private ( #61105 )
...
PR Close #61105
2025-05-05 08:44:05 -07:00
Angular Robot
4d24254e59
docs: update Angular CDK apis [19.2.x] ( #61093 )
...
Updated Angular CDK api files.
PR Close #61093
2025-05-02 07:55:02 -07:00
Miles Malerba
a4512ae8ca
ci: add a script to copy cdk api files to adev ( #61081 )
...
Refactors the update-cli-help script into a generic script to copy json
assets, and uses the shared code to also copy the CDK apis
PR Close #61081
2025-05-01 15:00:42 -07:00
Andrew Miller
e11ded1b3c
docs: Add docs for CoC plugin with neovim ( #61005 )
...
When docs were moved from aio to adev, the directions for the CoC plugin
were mistakenly dropped.
This brings back the documentation from prior versions:
https://v17.angular.io/guide/language-service#neovim
PR Close #61005
2025-05-01 08:41:47 -07:00
Matthieu Riegler
4fb74b00e0
docs(docs-infra): fix alert header inlining ( #60708 )
...
PR Close #60708
2025-04-30 08:18:08 -07:00
Ben Hong
3ea4e9d2fa
docs: add relevant link to guides in learn angular tutorial ( #60834 )
...
PR Close #60834
2025-04-29 12:14:20 -07:00
Niclas Gleesborg
b4c853b920
docs: Changed word optimally to optionally ( #61041 )
...
PR Close #61041
2025-04-29 09:52:42 -07:00