Andrew Kushnir
bf3235cdce
Revert "docs(docs-infra): fix markdown link rendering ( #57377 )" ( #57380 )
...
This reverts commit 95af661400 .
Reason for revert: failign CI on 18.1.x branch.
PR Close #57380
2024-08-13 18:23:08 -07:00
Matthieu Riegler
95af661400
docs(docs-infra): fix markdown link rendering ( #57377 )
...
fixes #57376
PR Close #57377
2024-08-13 15:53:56 -07:00
Andrew Scott
37cf37e3c3
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:49 -07:00
Angular Robot
cf245ea0af
build: update dependency marked to v14 ( #57320 )
...
See associated pull request for more information.
Closes #57283 as a pr takeover
PR Close #57320
2024-08-09 08:04:37 -07:00
David LJ
0c12d8e733
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
596c25157c
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
6b2a4c083b
Revert "refactor(docs-infra): Use new APIs in search dialog ( #57215 )" ( #57268 )
...
This reverts commit f5960d0f94 .
PR Close #57268
2024-08-05 21:12:00 +00:00
Joey Perrott
6eac1b3f22
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:30 +00:00
Angular Robot
183715aedd
build: lock file maintenance ( #57256 )
...
See associated pull request for more information.
PR Close #57256
2024-08-05 14:42:25 +00:00
Joey Perrott
e8794dd1f0
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
de7f5ac9f1
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
Paul Gschwendtner
722a4669b9
build: lock file maintenance ( #57211 )
...
See associated pull request for more information.
PR Close #57211
2024-07-31 16:04:13 +00:00
Matthieu Riegler
103a4dccdc
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
Badshah
d16071a5a0
docs: fix appRoutes constant was not passed correctly to provideRouter ( #57070 )
...
PR Close #57070
2024-07-31 13:58:21 +00:00
David LJ
0016849ca1
docs: update app shell model link ( #57162 )
...
PR Close #57162
2024-07-30 16:55:43 +00:00
Paweł Kubiak
e5e5fedf54
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
352fa3d8ad
docs: fix formatting and highlighting issues ( #57144 )
...
PR Close #57144
2024-07-30 16:52:10 +00:00
Andrew Scott
b0657bcce9
docs: More updates to components scenarios guide ( #57052 )
...
PR Close #57052
2024-07-30 16:51:11 +00:00
David LJ
15e0214037
docs: update ng generate command references ( #57161 )
...
PR Close #57161
2024-07-30 16:41:39 +00:00
Joey Perrott
81b30dcef0
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:27 +00:00
David LJ
9304c45313
docs: fix invalid link formatting in sw config ( #57170 )
...
PR Close #57170
2024-07-29 13:52:24 -07:00
Aristeidis Bampakos
61367000e4
docs: use new blog in links of new documentation ( #56052 )
...
PR Close #56052
2024-07-29 13:48:37 -07:00
Tyler Hendrickson
6f15006648
docs: improve spelling and grammar for error NG0956 ( #57164 )
...
PR Close #57164
2024-07-29 13:48:06 -07:00
Matthieu Riegler
b9a46bcd64
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
481092da4d
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
8df60d4713
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
3d0ee73892
docs(docs-infra): Use shiki for code highlighting ( #57059 )
...
PR Close #57059
2024-07-24 10:24:52 -07:00
Matthieu Riegler
8bb5937e71
docs(docs-infra): disable experimental decorators ( #56257 )
...
Also enable useDefineForClassFields and disable downlevelIteration
PR Close #56257
2024-07-24 10:18:22 -07:00
Andrew Scott
288a4fac01
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:55 -07:00
Andrew Scott
889a02b1c3
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
Angular Robot
23fa43d044
build: update all non-major dependencies ( #57092 )
...
See associated pull request for more information.
PR Close #57092
2024-07-23 12:18:34 -07:00
xpl0siv
8a005eada5
docs: fix push-notifications.md ( #57065 )
...
Added missing comma at actions notifications example.
SyntaxError:
Expected ',' or ']' after array element in JSON at position 255
PR Close #57065
2024-07-22 10:46:56 -07:00
Salanoid
ae15dd94ef
docs: fixing dead link ( #57077 )
...
Fixing guide dead link for issue #57067 .
PR Close #57077
2024-07-22 09:58:42 -07:00
Matthieu Riegler
be16d7fcc3
docs: fix filtering on API reference ( #57057 )
...
With the input binding, the `type` can become `undefined`
PR Close #57057
2024-07-19 11:49:05 -07:00
Matthieu Riegler
04c504ab40
docs: fix pipes link ( #52979 )
...
fixes #52968
PR Close #52979
2024-07-18 18:05:07 -07:00
Matthieu Riegler
91483ab5b3
docs(docs-infra): filter types ( #52979 )
...
PR Close #52979
2024-07-18 18:05:07 -07:00
Matthieu Riegler
e088c80854
docs(docs-infra): update tutorial deps to 18.1 ( #57024 )
...
lockfile were still loading 18.0 but TS was already at 5.5 which 18.0 doesn't support
PR Close #57024
2024-07-18 15:27:24 -07:00
qshurick
f1349e1d0f
docs: Update service code snippet ( #57036 )
...
Snippet was missing import for the function and failed when copied to the test
project
PR Close #57036
2024-07-18 15:21:32 -07:00
Tomek Sułkowski
edbb403171
docs(docs-infra): add open in StackBlitz button to code editor ( #57018 )
...
PR Close #57018
2024-07-18 08:41:35 -07:00
Matthieu Riegler
d3e14b35d3
docs(docs-infra): no prefix for the current major ( #56882 )
...
To allow navigation back from next.angular.dev, the current major uses no prefix.
fixes #56868
PR Close #56882
2024-07-18 08:40:09 -07:00
Matthieu Riegler
f02f351cda
docs: Expose $localize in the @angular/localize/init entry. ( #55345 )
...
fixes #54388
PR Close #55345
2024-07-16 08:43:53 -07:00
homerlsy
e9837c94d0
docs: update structural-directives.md select to [select] ( #56955 )
...
this custom directive's selector should be [select]
PR Close #56955
2024-07-16 08:42:59 -07:00
Ben Hong
7c0a7a02c0
docs: add quick installation page ( #56816 )
...
PR Close #56816
2024-07-15 11:37:57 -07:00
Matthieu Riegler
60df722d29
docs(docs-infra): focus api search filter on non-touch devices ( #56294 )
...
PR Close #56294
2024-07-11 12:05:34 -07:00
Andrew Kushnir
94c6ec0221
docs: fixing links to guides on the Performance Overview page ( #56942 )
...
PR Close #56942
2024-07-10 17:06:08 -07:00
Michael van der Luit
5673f6b04d
docs: move public folder to workspace configuration section ( #56931 )
...
move the public folder entry from the application project files section to the workspace configuration files section
PR Close #56931
2024-07-10 13:52:06 -07:00
Ben Hong
aedf8322b0
docs: add overview page for performance section ( #56828 )
...
PR Close #56828
2024-07-10 18:17:05 +02:00
Matthieu Riegler
bbbaf7a1b8
docs(docs-infra): fix z-index issue on mobile ( #56874 )
...
fixes #56871
PR Close #56874
2024-07-10 15:48:42 +02:00
Harish Krishnan
551ffbf9f2
docs: Update components-scenarios.md ( #56921 )
...
Fix grammatical issues
PR Close #56921
2024-07-10 11:29:17 +02:00
Matthieu Riegler
0da9eae24c
docs: update version table for 18.1 ( #56920 )
...
PR Close #56920
2024-07-10 09:34:48 +02:00