Angular Robot
e7782d4d04
build: update all non-major dependencies ( #55785 )
...
See associated pull request for more information.
PR Close #55785
2024-05-14 11:33:19 -07:00
Angular Robot
574a7bc666
build: update cross-repo angular dependencies ( #55718 )
...
See associated pull request for more information.
PR Close #55718
2024-05-13 11:12:54 -07:00
Angular Robot
333a925475
build: update dependency typescript to v5.4.5 ( #55042 )
...
See associated pull request for more information.
PR Close #55042
2024-05-03 08:06:42 -07:00
Alan Agius
bf884270af
build: update cross-repo angular dependencies ( #55654 )
...
See associated pull request for more information.
PR Close #55654
2024-05-03 08:04:41 -07:00
Angular Robot
b67e11a521
build: update cross-repo angular dependencies ( #54891 )
...
See associated pull request for more information.
PR Close #54891
2024-04-19 08:51:09 -07:00
Andrew Scott
e41a52286f
Revert "refactor: move example generation into adev, removing content from aio ( #55263 )" ( #55326 )
...
This reverts commit 9bc15994ce .
PR Close #55326
2024-04-12 14:57:05 -07:00
Joey Perrott
9bc15994ce
refactor: move example generation into adev, removing content from aio ( #55263 )
...
Remove the content from aio and set up the example generation in adev
PR Close #55263
2024-04-09 11:18:48 -07:00
Joey Perrott
ade024407d
fix(docs-infra): remove part aio infra ( #54929 )
...
Remove parts of the aio infra
PR Close #54929
2024-04-02 18:38:04 +00:00
Matthieu Riegler
f17134a7a4
docs: remove AIO guides ( #54829 )
...
PR Close #54829
2024-03-28 09:37:06 -07:00
Paul Gschwendtner
adf3ee8fea
ci: fix build failures in patch branch ( #55064 )
...
This commit fixes various issues that seem to cause the 17.3.x patch
to be red for weeks:
- Eslint checking a file for aio/tools that is not part of a tsconfig—
hence an error is being reported.
- Audit-web-app importing some Lighthouse APIs that aren't available
under the given path.
PR Close #55064
2024-03-27 11:58:45 +00:00
Angular Robot
d099d650ec
build: lock file maintenance ( #54920 )
...
See associated pull request for more information.
PR Close #54920
2024-03-19 16:51:45 +00:00
Angular Robot
0472a92bc6
build: update cross-repo angular dependencies ( #54883 )
...
See associated pull request for more information.
PR Close #54883
2024-03-15 17:06:43 +00:00
Angular Robot
6b345133e3
build: update cross-repo angular dependencies ( #54186 )
...
See associated pull request for more information.
PR Close #54186
2024-02-09 14:57:46 +00:00
Mateusz Daniluk
de777afbc5
refactor: standardize doctype declaration to <!DOCTYPE html> ( #51052 )
...
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`
PR Close #51052
2024-02-01 19:29:46 +00:00
Matthieu Riegler
bc81440b25
docs(docs-infra): Remove the edit button from AIO ( #54204 )
...
As a move to reduce PRs toward AIO we drop the edit button and recommend users to use ADEV instead and make suggestions there.
PR Close #54204
2024-02-01 18:54:55 +00:00
Angular Robot
989d496708
build: update cross-repo angular dependencies ( #54178 )
...
See associated pull request for more information.
PR Close #54178
2024-01-31 20:13:06 +00:00
Paul Gschwendtner
fcea8c1c5d
feat(docs-infra): show overloads of methods in API overview ( #54053 )
...
This enables us to show overloads of methods in the API overview. This
is useful for e.g. showing the various signatures of the signal input
function, or for signal-based queris.
There seems to be some issues with the length of the `InputFunction`
overloads. There is some line wrapping that doesn't make it _super_
readable but this is an unrelated problem to this change, but rather
a question of UI / API representation in the angular.io site.
PR Close #54053
2024-01-26 19:10:56 +00:00
Sylvain DEDIEU
1c49160129
docs(docs-infra): add if cases in templates to avoid internal marked parameters or methods to appear in the documentation ( #52020 )
...
Fix case of not wanted internal properties displayed in the documentation by adding if blocks in the concerned templates. So if the option is marked as internal the template won't create an entry in the documentation table for the concerned property of method
Fixes #52018
PR Close #52020
2024-01-26 15:47:15 +00:00
Angular Robot
ee68df9be9
build: update all non-major dependencies ( #53979 )
...
See associated pull request for more information.
PR Close #53979
2024-01-19 10:11:29 +01:00
Angular Robot
c67647b8c2
build: update cross-repo angular dependencies ( #53970 )
...
See associated pull request for more information.
PR Close #53970
2024-01-18 17:16:34 +01:00
Matthieu Riegler
6007af9651
docs: add platform-browser/animations/async entry to AIO ( #53914 )
...
fixes #53912
PR Close #53914
2024-01-17 09:14:42 -08:00
Angular Robot
a2087a1978
build: update cross-repo angular dependencies ( #53606 )
...
See associated pull request for more information.
PR Close #53606
2024-01-12 10:27:01 -08:00
Angular Robot
4a87a8ac10
build: update cross-repo angular dependencies ( #53836 )
...
See associated pull request for more information.
PR Close #53836
2024-01-08 11:31:57 -08:00
Joey Perrott
c4de4e1f89
refactor(docs-infra): build adev application using local generated assets ( #53511 )
...
Use local generated assets to build adev application.
PR Close #53511
2023-12-20 14:49:31 -08:00
Angular Robot
6b20561e1d
build: update cross-repo angular dependencies ( #52422 )
...
See associated pull request for more information.
PR Close #52422
2023-12-13 09:15:42 -08:00
Sylvain DEDIEU
b1cc0923a0
docs(docs-infra): improve decorator deprecated property display in documentation ( #52041 )
...
Add the deprecated-api-item class on decorator-overview option code if deprecated. Add deprecated label on decorator-overview short description if deprecated. Add Add deprecated label on decorator option table header if option is deprecated.
PR Close #52041
2023-11-09 15:36:32 +00:00
Pawel Kozlowski
33ae659100
build: update aio to 17.0.0 ( #52635 )
...
This commit updates the Angular version for AIO and its examples to 17.0.0
PR Close #52635
2023-11-08 16:02:33 +01:00
Doug Parker
a6b875225a
docs: update examples to use buildTarget instead of browserTarget ( #52361 )
...
`browserTarget` is deprecated and `buildTarget` is the newly preferred name.
PR Close #52361
2023-11-01 16:24:42 -07:00
Doug Parker
849523f1b1
docs: update examples to use application builder ( #52361 )
...
`application` builder is preferred over `browser` builder. This updates all the examples I could find to use `application` builder. A couple notes of fixes that needed to happen:
1. The testing example was broken because it relied on `~` imports in CSS files, which is a Webpack-specific features. However I don't think we need those custom styles at all, so I just removed the import altogether.
2. A few tests seemed to be affected and needed to be cleaned up.
PR Close #52361
2023-11-01 16:24:42 -07:00
Angular Robot
7888819063
build: update cross-repo angular dependencies ( #52191 )
...
See associated pull request for more information.
PR Close #52191
2023-10-26 14:12:34 -07:00
Alan Agius
cb8a741f14
docs: update SSR doc to reflect version 17 ( #52398 )
...
Changes to SSR doc
PR Close #52398
2023-10-26 12:30:59 -07:00
Angular Robot
83f5911a95
build: update all non-major dependencies ( #51897 )
...
See associated pull request for more information.
PR Close #51897
2023-10-18 17:49:46 +02:00
Angular Robot
11c29f9cc3
build: update cross-repo angular dependencies ( #52159 )
...
See associated pull request for more information.
PR Close #52159
2023-10-12 12:42:24 +02:00
Angular Robot
11588a1a07
build: update dependency @types/jasmine to v5 ( #52060 )
...
See associated pull request for more information.
PR Close #52060
2023-10-10 14:08:02 -07:00
Jeremy Elbourn
a49ee46dae
docs(docs-infra): add support for block syntax to dgeni ( #52123 )
...
This adds the new block syntax to dgeni docs pipeline, mainly copying
the way that elements (`<ng-content>` etc.) work. Actual doc content is
just a placeholder for this PR.
PR Close #52123
2023-10-10 13:55:04 -07:00
Angular Robot
5a4ccdfa7b
build: update cross-repo angular dependencies ( #52133 )
...
See associated pull request for more information.
PR Close #52133
2023-10-10 10:58:45 -07:00
Angular Robot
4a75c44b88
build: update all non-major dependencies ( #52023 )
...
See associated pull request for more information.
PR Close #52023
2023-10-09 12:01:32 -07:00
Angular Robot
3bf9b96ef5
build: update dependency css-selector-parser to v3 ( #51983 )
...
See associated pull request for more information.
PR Close #51983
2023-10-04 07:26:44 -07:00
Kristiyan Kostadinov
43e6fb0606
feat(core): enable block syntax ( #51994 )
...
Enables the new `@` block syntax by default by removing the `enabledBlockTypes` flags. There are still some internal flags that allow special use cases to opt out of the block syntax, like during XML parsing and when compiling older libraries (see #51979 ).
PR Close #51994
2023-10-03 15:26:05 -07:00
Angular Robot
068b38a05d
build: update cross-repo angular dependencies ( #51996 )
...
See associated pull request for more information.
(cherry picked from commit e169b2da2e )
PR Close #51996
2023-10-03 08:07:48 -07:00
Angular Robot
396e064f80
build: update dependency jasmine-core to v5 ( #51794 )
...
See associated pull request for more information.
PR Close #51794
2023-09-19 12:23:09 +02:00
Kristiyan Kostadinov
e1b27b01a5
build: disable TS version checks on AIO ( #51792 )
...
Disables the checks for the version of TS in AIO to unblock the TS deprecation.
PR Close #51792
2023-09-19 12:04:09 +02:00
Angular Robot
a2681c7c9d
build: update cross-repo angular dependencies ( #51780 )
...
See associated pull request for more information.
PR Close #51780
2023-09-14 19:35:45 +02:00
Andrew Kushnir
aedfc75e05
refactor(docs-infra): increase timeout for flaky tests ( #51747 )
...
This commit updates the `jasmine.DEFAULT_TIMEOUT_INTERVAL` value for some AIO tests from 10 -> 20 seconds to give more time to complete processing. This commit also refactors tests to use async/await pattern.
PR Close #51747
2023-09-13 10:47:53 -07:00
Andrew Scott
2d5b6fad4e
fix(docs-infra): Ensure experimental tag shows up on docs ( #51712 )
...
The experimental tag is part of the stability tags along with "deprecated". This commit updates some code to pick up experimental as well.
PR Close #51712
2023-09-11 09:20:52 -07:00
Matthieu Riegler
3e0e6ed60f
docs: update Dynamic Component loader docs to rely on ngComponentOutlet ( #49915 )
...
With #51148 , the `ngComponentOutlet` directive now supports inputs.
This allows a less verbose and simpler API to instantiate components dynamicaly.
Fixes #49875
PR Close #49915
2023-09-07 10:03:22 -07:00
Angular Robot
690c8325cd
build: lock file maintenance ( #51628 )
...
See associated pull request for more information.
PR Close #51628
2023-09-01 20:44:06 +00:00
Joey Perrott
8a3479b9e4
fix(docs-infra): fix incomplete escaping ( #51604 )
...
Correct incomplete escaping
PR Close #51604
2023-08-31 17:15:29 +00:00
Matthieu Riegler
5fb5f087e3
docs(docs-infra): fix docs-watch script ( #51316 )
...
With this commit we can use `yarn docs-watch` again
Fixes #51308
PR Close #51316
2023-08-17 10:17:33 -07:00
Matthieu Riegler
b2661fe2a0
docs(docs-infra): Hide decorator option row if empty. ( #51327 )
...
In case where the decorator option has no description nor usageNotes, we can hide that row.
PR Close #51327
2023-08-11 06:07:38 -07:00