Pawel Kozlowski
5e8ee7aae0
refactor(docs-infra): simplify Preview component ( #59404 )
...
The Preview component contains a work-around for the
IFrame flickering issue https://github.com/angular/angular/issues/16994
Attempting a different work-around here.
PR Close #59404
2025-01-08 17:19:08 +00:00
arturovt
ce8c7c877c
refactor(docs-infra): allow home editor to be cleaned up properly ( #58164 )
...
In this commit, we're replacing the `async-await` style in the `home-editor` component with the `from()`
observable, which allows us to invert a dependency and avoid memory leaks. Because an `async` function
has a closure, just like any other function in JavaScript, using `await` captures `this` until the
promise is resolved.
PR Close #58164
2025-01-08 15:23:16 +00:00
Matthieu Riegler
fd073004bb
docs(docs-infra): fix entry labels. ( #59384 )
...
fixes #59382
PR Close #59384
2025-01-08 15:22:43 +00:00
RafaelJCamara
fabd642826
docs: update README to reflect correct Angular repository branch in rendering regions ( #59421 )
...
PR Close #59421
2025-01-08 15:22:07 +00:00
Johnson Chu
a6cdbec09f
refactor: remove unnecessary TSLint rule flags ( #59365 )
...
There are many TSLint rule flags in the source code that have no effect, and they can be safely removed to keep the code clean.
PR Close #59365
2025-01-07 16:06:21 +00:00
Pawel Kozlowski
e1ab001e54
refactor(docs-infra): code cleanups ( #59395 )
...
A handfull of different code cleanups in adev
components.
PR Close #59395
2025-01-07 15:51:11 +00:00
arturovt
dc07a43b86
refactor(docs-infra): cleanup after render sequence in ReferenceScrollHandler ( #58640 )
...
In this commit, we're replacing the provided injector in `afterNextRender` with a node injector
because it was previously mistakenly passing an `EnvironmentInjector` in the `ReferenceScrollHandler`.
PR Close #58640
2025-01-07 15:50:29 +00:00
Angular Robot
8eb8af5217
build: lock file maintenance ( #59291 )
...
See associated pull request for more information.
PR Close #59291
2025-01-06 22:23:08 +00:00
arturovt
aa835da9a2
refactor(docs-infra): allow playground component to be cleaned up properly ( #58040 )
...
In this commit, we're replacing the `async-await` style in the playground component with the `from()`
observable, which allows us to invert a dependency and avoid memory leaks. Because an `async` function
has a closure, just like any other function in JavaScript, using `await` captures `this` until the
promise is resolved.
PR Close #58040
2025-01-06 16:16:59 +00:00
Samuel Perez
d54deb2ba6
docs: Add NG0750 to errors list ( #59265 )
...
This PR adds error NG0750 to Error Encyclopedia.
Update adev/src/content/reference/errors/NG0750.md
Co-authored-by: Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com >
Update adev/src/content/reference/errors/NG0750.md
Co-authored-by: Andrew Kushnir <43554145+AndrewKushnir@users.noreply.github.com >
PR Close #59265
2025-01-06 16:13:36 +00:00
Meehdi
ad65da6139
docs: fix mermaid polygon node text visibility in dark mode ( #59285 )
...
Fix visibility issue with text inside polygon nodes in mermaid diagrams when using dark mode theme to ensure proper contrast and readability
PR Close #59285
2025-01-06 16:12:51 +00:00
Matthieu Riegler
16d4ea3221
docs: fix link to API entry AngularAppEngine ( #59367 )
...
fixes #59342
PR Close #59367
2025-01-06 16:11:01 +00:00
Matthieu Riegler
1614cfdbb0
docs: add TS support for 19.1 ( #59326 )
...
PR Close #59326
2025-01-06 16:10:30 +00:00
Juan Urquiza
a29d855e9e
docs: changed name class ( #59322 )
...
PR Close #59322
2025-01-06 16:07:55 +00:00
Andrew Kushnir
c197ee000f
docs: add a note about Incremental Hydration to the @defer docs ( #59320 )
...
PR Close #59320
2025-01-06 16:06:36 +00:00
Shai Reznik
def5d4c81e
docs: fix wrong link ( #59277 )
...
PR Close #59277
2025-01-06 16:04:21 +00:00
Matthieu Riegler
139f61913c
docs: remove data attributes from api-item-label ( #59273 )
...
Perf measurments have revealed that `data-*` attributes are slower to set than classes.
PR Close #59273
2025-01-06 16:03:42 +00:00
Daniel Sogl
d66ebf3288
docs: update example to use inject function and self closing tags ( #59118 )
...
PR Close #59118
2025-01-06 16:02:54 +00:00
Lang
db8747418e
docs: update example code formatting ( #59242 )
...
PR Close #59242
2024-12-19 09:00:16 -07:00
Matthieu Riegler
3d86c586dc
docs: fix dynamic template tutorial ( #59234 )
...
fixes #59228
PR Close #59234
2024-12-18 13:39:25 -08:00
m-housni
eebde48243
docs: fix typo in code example ( #59235 )
...
PR Close #59235
2024-12-18 09:37:22 -08:00
Sandeep Chaurasia
3b73a732bc
Update defer.md ( #59231 )
...
There was an extra Z letter which I think not neccessary.
PR Close #59231
2024-12-18 09:36:21 -08:00
Avcharov
8333ef78dc
docs: Fix Code of Conduct Readme link ( #59217 )
...
PR Close #59217
2024-12-17 12:54:19 -08:00
Jessica Janiuk
46c13eecda
docs: add anti-patterns and notes about 3rd party scripts ( #59210 )
...
Some users are confused by the requirements of hydration around DOM manipulation, and this adds some clarity around those requirements.
PR Close #59210
2024-12-17 09:29:32 -08:00
Paul
241416ecbc
docs(elements): Add limitations section ( #58194 )
...
PR Close #58194
2024-12-17 09:28:44 -08:00
Vlad Boisa
add84dd803
docs(docs-infra): replace newline with <br> ( #59156 )
...
Replace the "\n" new line operator with <br> for wrap the text.
PR Close #59156
2024-12-16 16:31:08 -08:00
Angular Robot
b4f38e5d47
build: lock file maintenance ( #59202 )
...
See associated pull request for more information.
PR Close #59202
2024-12-16 15:22:38 -08:00
Lang
dcc57220cc
docs: remove unused import from example ( #59200 )
...
PR Close #59200
2024-12-16 15:21:24 -08:00
Lang
f9e6db94ec
docs: use arrays in the impure pipe example ( #59196 )
...
PR Close #59196
2024-12-16 15:19:47 -08:00
Matthieu Riegler
cf27cbb1f8
docs(docs-infra): remove costly localeCompare ( #59106 )
...
This function wasn't necessary, the items where already sorted.
fixes #59069d
PR Close #59106
2024-12-16 15:18:39 -08:00
Josh Benner
6f66b0443a
docs: Fix Dependency Injection Readme guide link ( #59193 )
...
PR Close #59193
2024-12-16 11:34:46 -08:00
Alan Agius
9203276235
docs: update i18n deployment docs to use subPath option ( #59166 )
...
This option replaces the baseHref option.
PR Close #59166
2024-12-12 16:20:20 -08:00
hawkgs
225b5fa23a
docs(docs-infra): make font styles consistent in the API code ToC ( #59072 )
...
Since code lines are wrapped in `<button>`-s, the native font styles overrides the parent's one which results in the font-family and font-size (esp. Safari) difference. This change fixes that.
PR Close #59072
2024-12-12 16:19:45 -08:00
Alan Agius
1f1fff3a4f
perf(docs-infra): improve app firebase configuration ( #59170 )
...
- Remove trailing slash redirect (e.g., /overview no longer redirects to /overview/).
- Update static file matching: Resolves an issue where hashed files were being cached for up to 1 hour.
PR Close #59170
2024-12-12 14:54:50 -08:00
Enea Jahollari
5088b37db3
refactor(docs-infra): improve API reference page loading time and drop blocking time ( #58911 )
...
By scheduling the focus of the input, we can drop the blocking time that is caused by the blocking task of rendering.
PR Close #58911
2024-12-12 14:45:46 -08:00
Jens Kuehlers
47b4b3efe0
docs: add approximate v19.x and v20 release dates ( #59130 )
...
PR Close #59130
2024-12-10 13:46:17 -08:00
Alan Agius
24e317cb15
refactor: replace ɵPendingTasks with ɵPendingTasksInternal ( #59138 )
...
This commits remove usage of the old export.
PR Close #59138
2024-12-10 13:45:07 -08:00
Rafael Camara
2d49c36871
docs: improve docs on NgModule providers ( #59111 )
...
PR Close #59111
2024-12-10 13:44:10 -08:00
Angular Robot
2beb374524
build: lock file maintenance ( #59110 )
...
See associated pull request for more information.
PR Close #59110
2024-12-10 13:43:27 -08:00
Matthieu Riegler
a88b899f52
docs: fix mermaid DI diagram. ( #59105 )
...
We need to use `<br>` for linebreakes.
fixes #59104
PR Close #59105
2024-12-10 13:42:03 -08:00
Ahmad Shabeer K
de9fb8aeb8
docs(docs-infra): removed confusing extra single quote ( #59101 )
...
PR Close #59101
2024-12-10 13:40:39 -08:00
Kristiyan Kostadinov
5b5418c893
refactor(docs-infra): fix build-time warnings ( #59100 )
...
Fixes a bunch of warnings around an upcoming Sass breaking change https://sass-lang.com/documentation/breaking-changes/mixed-decls/ . Also fixes one unused standalone import.
PR Close #59100
2024-12-10 13:40:11 -08:00
Matthieu Riegler
2a7103ac48
docs: remove inline docs-code in table ( #58992 )
...
Having a code block yields the correct result.
Fixes #58989
PR Close #58992
2024-12-05 16:10:27 -08:00
Matthieu Riegler
f15ccb94b9
docs(docs-infra): enable tslint ( #58961 )
...
PR Close #58961
2024-12-05 16:03:35 -08:00
Matthieu Riegler
f6bed7519e
docs: fix formating for NG0913 ( #58869 )
...
fixes #58868
PR Close #58869
2024-12-05 16:01:55 -08:00
Angular Robot
60e59007b0
build: update cross-repo angular dependencies ( #59011 )
...
See associated pull request for more information.
PR Close #59011
2024-12-04 18:07:50 +01:00
hawkgs
77a0ee85c1
feat(docs-infra): use angular-ts and angular-html shiki highlighting ( #59004 )
...
Use `angular-ts` instead of `typescript` and `angular-html` instead of `html`.
PR Close #59004
2024-12-04 18:05:59 +01:00
hawkgs
0a399e7f9c
refactor(docs-infra): update comments ( #59004 )
...
Add missing file header comments and update others.
PR Close #59004
2024-12-04 18:05:59 +01:00
hawkgs
c13528b1b9
test(docs-infra): interpolation mechanism ( #59004 )
...
Test all use cases that are supported by the interpolation mechanism.
PR Close #59004
2024-12-04 18:05:58 +01:00
hawkgs
d40967c356
fix(docs-infra): minor bug fixes ( #59004 )
...
Minor bug fixes found and implemented during testing.
PR Close #59004
2024-12-04 18:05:58 +01:00