Matthieu Riegler
cb3128d925
docs(docs-infra): fix regressions around members & deprecations ( #57465 )
...
This commit fixes regressions introduced by #57255
PR Close #57465
2024-08-21 11:26:26 -07:00
steciuk
45343f711b
docs: remove extra space in DI example code ( #57472 )
...
PR Close #57472
2024-08-21 11:25:53 -07:00
Angular Robot
2af89449f9
build: update dependency algoliasearch to v5 ( #57397 )
...
See associated pull request for more information.
Closes #57387 as a pr takeover
PR Close #57397
2024-08-20 13:17:59 -07:00
Angular Robot
3afce0f8c2
build: update dependency ngx-progressbar to v12 ( #57452 )
...
See associated pull request for more information.
Closes #57443 as a pr takeover
PR Close #57452
2024-08-19 22:43:48 -07:00
Matthieu Riegler
f47901ae2e
docs(docs-infra): Fix heading parsing ( #57386 )
...
fixes #57384
PR Close #57386
2024-08-19 09:24:07 -07:00
Matthieu Riegler
eb215ad231
docs(docs-infra): remove remaining ngZone ( #57229 )
...
PR Close #57229
2024-08-19 09:22:01 -07:00
Matthieu Riegler
b87bbf6c95
docs(docs-infra): Add tests for marked rendering ( #57344 )
...
On top of #57338 , to make sure we prevent similar regressions on marked rendering.
PR Close #57344
2024-08-19 09:21:16 -07:00
Andrew Kushnir
dc075a2fc6
docs: add eager to lazy route migration ( #57421 )
...
PR Close #57421
2024-08-19 09:19:42 -07:00
Andrew Kushnir
c967ccbaf3
docs: cleanup existing migration docs for consistency ( #57421 )
...
PR Close #57421
2024-08-19 09:19:42 -07:00
Andrew Kushnir
123a60d426
docs: drop references to removed typed-forms migration ( #57421 )
...
PR Close #57421
2024-08-19 09:19:42 -07:00
Andrew Kushnir
c5c540d056
docs: drop references to removed module-with-providers migration ( #57421 )
...
PR Close #57421
2024-08-19 09:19:42 -07:00
Joey Perrott
7ee9e7f386
fix(docs-infra): leverage http_server rule from @angular/build-tooling for adev local serving ( #57427 )
...
Use the http_server rule to serve adev locally to allow for slightly faster rebuilds and livereload on changes
PR Close #57427
2024-08-19 09:18:47 -07:00
David LJ
0de267d7eb
docs: update version table for 18.2 ( #57414 )
...
PR Close #57414
2024-08-15 15:50:53 -04:00
Erik Wegner
751880a16a
docs(common): fix example code ( #57406 )
...
Fix example code for interceptor.
PR Close #57406
2024-08-15 10:46:03 -04:00
Jeremy Elbourn
736c67bc15
docs: add small clarification to ng-content ( #57408 )
...
This expands the recommendation to avoid conditionally showing `<ng-content>` with additional context
PR Close #57408
2024-08-15 10:45:16 -04:00
Matthieu Riegler
9857570165
docs(docs-infra): fix markdown link rendering ( #57377 )
...
fixes #57376
PR Close #57377
2024-08-13 15:53:55 -07:00
Matthieu Riegler
04911d7599
docs(docs-infra): Add support for function/method overloads ( #57255 )
...
PR Close #57255
2024-08-13 12:09:01 -07:00
Andrew Scott
6f87dd3af6
refactor(docs-infra): Update search results to display content when it is matched ( #57298 )
...
This commit updates the search results to query for the content as well
as a snippet of the content for display when it's the content that
matches the query rather than any of the headers.
PR Close #57298
2024-08-13 12:07:48 -07:00
Angular Robot
24cd1c8db6
build: lock file maintenance ( #57340 )
...
See associated pull request for more information.
PR Close #57340
2024-08-12 11:22:43 -07:00
Matthieu Riegler
360979f37e
docs(docs-infra): fix marked rendering ( #57338 )
...
Follow-up to #57319 which introduced some regressions after updating marked to v14
PR Close #57338
2024-08-12 11:19:51 -07:00
Gilad Mautner
37bf7dee99
docs: reorder afterView and afterContent related lifecycle hooks ( #57307 )
...
PR Close #57307
2024-08-09 13:55:39 -07:00
Angular Robot
2c321a0f7f
build: update dependency marked to v14 ( #57319 )
...
See associated pull request for more information.
Closes #57283 as a pr takeover
PR Close #57319
2024-08-09 08:04:04 -07:00
David LJ
d465061f00
docs(router): update initial navigation SSR note ( #57245 )
...
With rephrasing by @AndrewKushnir
PR Close #57245
2024-08-07 16:45:30 +00:00
Andrew Scott
15a8495211
refactor(docs-infra): Use new APIs in search dialog ( #57269 )
...
This reverts commit 9109f31cb7 .
PR Close #57269
2024-08-06 13:49:41 +00:00
Andrew Scott
9109f31cb7
Revert "refactor(docs-infra): Use new APIs in search dialog ( #57215 )" ( #57268 )
...
This reverts commit f5960d0f94 .
PR Close #57268
2024-08-05 21:11:59 +00:00
Joey Perrott
3bdead1b2f
refactor(docs-infra): migrate api-gen from dev-infra into the repo ( #57241 )
...
Move the api-gen pipeline into the shared-docs directory.
PR Close #57241
2024-08-05 17:06:29 +00:00
Angular Robot
dbca467a35
build: lock file maintenance ( #57256 )
...
See associated pull request for more information.
PR Close #57256
2024-08-05 14:42:24 +00:00
Joey Perrott
f125cd82b4
fix(docs-infra): replace the uses of replaceAll with replace using regex with g flag ( #57232 )
...
Use the g flag in replace to perform a replaceAll
PR Close #57232
2024-08-01 19:17:25 +00:00
Andrew Scott
f5960d0f94
refactor(docs-infra): Use new APIs in search dialog ( #57215 )
...
This updates the search dialog component to use signal APIs
PR Close #57215
2024-07-31 18:56:31 +00:00
Matthieu Riegler
a49f7c951f
docs(docs-infra): extract captured group from heading custom id regexp ( #57206 )
...
Backport of angular/dev-infra#2202
PR Close #57206
2024-07-31 16:03:28 +00:00
Paul Gschwendtner
2d314865c8
build: lock file maintenance ( #57205 )
...
See associated pull request for more information.
PR Close #57205
2024-07-31 16:02:11 +00:00
Badshah
d84d407358
docs: fix appRoutes constant was not passed correctly to provideRouter ( #57070 )
...
PR Close #57070
2024-07-31 13:58:21 +00:00
Andrew Scott
8098945d7b
docs: update instructions for zoneless with NgModule bootstrap ( #57060 )
...
It no longer requires ngZone: 'noop' because NgZone can be configured in providers
PR Close #57060
2024-07-30 18:03:35 +00:00
David LJ
a6a1b796fd
docs: update app shell model link ( #57162 )
...
PR Close #57162
2024-07-30 16:55:43 +00:00
Paweł Kubiak
12eb0053d9
fix(docs-infra): skip navigation to card if user clicks on anchor ( #57081 )
...
fix(docs-infra): skip navigation to card if user clicks on anchor
If user clicks on anchor inside member card (Reference) then skip navigation to card section and allow to navigate to anchor link.
Use correct RxJs operator.
Fix DI: destroy ReferenceScrollHandler when navigate outside of reference pages.
fix: scroll to the of the card only after click on card header
fix: remove import of filter operator
PR Close #57081
2024-07-30 16:52:43 +00:00
Enea Jahollari
96ecb8218c
docs: fix formatting and highlighting issues ( #57144 )
...
PR Close #57144
2024-07-30 16:52:09 +00:00
Andrew Scott
79ab8c486a
docs: More updates to components scenarios guide ( #57052 )
...
PR Close #57052
2024-07-30 16:51:11 +00:00
David LJ
d7864e0fb8
docs: update ng generate command references ( #57161 )
...
PR Close #57161
2024-07-30 16:41:38 +00:00
Joey Perrott
2d8635d29d
refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory ( #57132 )
...
To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While
we are doing this to improve our development experience in the short term, efforts are also in place
to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted
back out in the future when components is ready to leverage it as well.
PR Close #57132
2024-07-30 15:51:26 +00:00
Kristiyan Kostadinov
b99f8f9a14
docs: add documentation for the inject migration ( #57141 )
...
Adds a reference for the `inject()` migration to ADEV.
PR Close #57141
2024-07-29 13:52:50 -07:00
David LJ
f1c5f770c1
docs: fix invalid link formatting in sw config ( #57170 )
...
PR Close #57170
2024-07-29 13:52:24 -07:00
Aristeidis Bampakos
b3b9bd8925
docs: use new blog in links of new documentation ( #56052 )
...
PR Close #56052
2024-07-29 13:48:37 -07:00
Tyler Hendrickson
2eb2d445db
docs: improve spelling and grammar for error NG0956 ( #57164 )
...
PR Close #57164
2024-07-29 13:48:06 -07:00
Matthieu Riegler
f1c8f9765e
docs(docs-infra): fix visual glitch, ( #57172 )
...
When on a certain width, the tab-bar width glitch back-and-forth and forcing the 2 other buttons to reduce their width. This glitches appeared when we introduced that 2nd button.
fixes #57143
PR Close #57172
2024-07-29 13:47:38 -07:00
marktechson
ca8bd5be99
docs: add open in IDX support ( #57099 )
...
This change adds a menu to the in-browser code editor on adev and adds the option for open in IDX.
PR Close #57099
2024-07-26 10:02:57 -07:00
Andrew Scott
be45346f2d
fix(docs-infra): only run matchMedia on client ( #57121 )
...
Use afterNextRender to avoid running matchMedia on the server
PR Close #57121
2024-07-26 10:00:55 -07:00
Matthieu Riegler
a7b973eac5
docs(docs-infra): Use shiki for code highlighting ( #57059 )
...
PR Close #57059
2024-07-24 10:24:51 -07:00
Matthieu Riegler
d5fbe11e40
docs(docs-infra): disable experimental decorators ( #56257 )
...
Also enable useDefineForClassFields and disable downlevelIteration
PR Close #56257
2024-07-24 10:18:21 -07:00
Andrew Scott
43515a38d0
test(docs-infra): fix test with slight adjustment to error handling ( #57104 )
...
The test was broken because multiple errors happen and the last error would be the displayed message.
However, in this case, those errors happen because the initial one already terminated the container
so the follow-up errors are a result of the service being in an unexpected state
PR Close #57104
2024-07-23 15:45:54 -07:00
Andrew Scott
c578239d6c
test(docs-infra): update adev tests to be zoneless ( #57100 )
...
Updates adev tests to use zoneless and remove
fakeAsync/waitForAsync/tick
PR Close #57100
2024-07-23 14:50:32 -07:00