Matthieu Riegler
1938054f34
docs(docs-infra): remove explicit OnPush
2026-03-25 12:58:39 -07:00
Kristiyan Kostadinov
508d9c34d5
fix(docs-infra): use components directly
...
Switches the Material and CDK components to be used directly, instead of using the modules. This allows better diagnostics for unused directives.
2026-01-20 16:14:46 -08:00
Matthieu Riegler
1c3868198e
docs(docs-infra): fix visible lines/regions
...
fixes #65552
2025-11-26 13:43:37 -05:00
Matthieu Riegler
119c6ddaeb
docs(docs-infra): simplify tab selection
...
Tab selection relied on the tabs being visible whe nthe example is loaded. That didn't work when `hideCode` was used.
fixes #65550
2025-11-24 10:24:39 -05:00
Joey Perrott
f61e61ac4f
refactor(docs-infra): remove the multiple code example view modes
...
Rather than using multiple view modes for code examples, we can just treat the previous snippet mode as
as multifile mode that just only has one file in it.
2025-11-21 13:22:00 -05:00
Matthieu Riegler
9126d0d616
docs(docs-infra): fix example viewer ( #64580 )
...
It was a regression introduced by #63915
PR Close #64580
2025-10-22 14:35:03 +00:00
Shuaib Hasan Akib
cc1032bd92
docs(docs-infra): removed unused common module ( #63915 )
...
PR Close #63915
2025-09-19 14:44:44 +00:00
Cheng-Hsuan Tsai
8401f8940f
docs(docs-infra): allow collapse code example ( #63559 )
...
PR Close #63559
2025-09-04 15:25:23 -07:00
Shuaib Hasan Akib
e75b04fb62
docs(docs-infra): properties should be readonly ( #63492 )
...
PR Close #63492
2025-08-29 14:06:33 -07:00
Shuaib Hasan Akib
d635e6c07e
docs(docs-infra): tooltip on hover and message after copied ( #63167 )
...
PR Close #63167
2025-08-27 16:56:44 -07:00
Matthieu Riegler
9b539a18ba
docs(docs-infra): lift circular imports ( #63186 )
...
This commit also adds adev on the cyclic import check.
PR Close #63186
2025-08-19 07:58:45 +00:00
Shuaib Hasan Akib
6f91972ae4
docs(docs-infra): replace Input by signal one ( #63169 )
...
PR Close #63169
2025-08-15 13:42:39 +02:00
Sheik Althaf
f7a0b8eede
refactor(docs-infra): migrate adev to signal-based queries ( #58646 )
...
Used migration schametic to migrate to signal based queries and little manual migration where setter is used
PR Close #58646
2025-03-31 20:16:39 +00:00
Matthieu Riegler
d1e4be7e25
Revert "docs(docs-infra): temporary removal of core/rxjs-interop dependency ( #60234 )" ( #60395 )
...
This reverts commit fa712aede5 .
PR Close #60395
2025-03-18 18:13:20 +01:00
Matthieu Riegler
aa1ab41e6c
docs(docs-infra): enable & fix tests ( #60220 )
...
PR Close #60220
2025-03-06 14:33:48 -08:00
Matthieu Riegler
fa712aede5
docs(docs-infra): temporary removal of core/rxjs-interop dependency ( #60234 )
...
To work around the limitation of #54858 , this commit removes temporarly the dependency to `core/rxjs-interop` to allow the removal of the microtask effect which was pulled by that entry.
This commit is intented to be reverted once the next patch/next is released.
PR Close #60234
2025-03-06 12:48:55 -08:00
Matthieu Riegler
09e17eb718
docs(docs-infra): wait for the DOM to be rendered ( #60163 )
...
the code inside `renderExample` is explicitly querying the DOM. We need to wait for it to be rendered for those functions to work.
PR Close #60163
2025-03-04 16:58:14 +00:00
ColinJolivet
08d9081573
refactor(docs-infra): remove expand button in example viewer if there is no hidden lines ( #59086 )
...
Remove the expand button of an example viewer if there is no hidden lines in it, in order not to confuse people
PR Close #59086
2025-02-27 15:48:02 +00:00
Matthieu Riegler
65e54ae56c
docs(docs-infra): remove explicit dectectChanges() ( #60098 )
...
PR Close #60098
2025-02-26 12:00:57 -05:00
kirjs
6ff53b7437
docs(docs-infra): Drop standalone: true ( #58914 )
...
This is now the default value, so safe to remove
PR Close #58914
2024-11-28 09:43:28 +01: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