Joey Perrott
8f0c27ffc3
refactor(docs-infra): apply prettier formatting to adev ( #54625 )
...
Apply prettier formatting to adev code
PR Close #54625
2024-02-27 14:04:49 -08:00
Kristiyan Kostadinov
974958913c
feat(core): support TypeScript 5.4 ( #54414 )
...
Adds support for TypeScript 5.4 to the project.
PR Close #54414
2024-02-26 18:29:09 -08:00
Angular Robot
a2a0067aec
build: update all non-major dependencies ( #54510 )
...
See associated pull request for more information.
PR Close #54510
2024-02-26 18:28:44 -08:00
Matthieu Riegler
812a9729fa
docs(docs-infra): revert font-inlining ( #54573 )
...
To fix the CI/Build for ADEV.
PR Close #54573
2024-02-23 18:30:04 +00:00
Matthieu Riegler
f5f73fd997
docs(docs-infra): enable webcontainers for Firefox ( #54550 )
...
PR Close #54550
2024-02-21 15:27:36 -08:00
Joey Perrott
e7b6be5abe
build: perform build/serve of adev locally ( #54549 )
...
Use no-remote-exec to allow for building and serving to occur locally but still allow remote caching. Because of the number of
files involved in being passed to and from the RBE server, it is actually a bit faster to perform these actions locally.
PR Close #54549
2024-02-21 15:27:02 -08:00
Lukas Matta
27603996fa
docs: fix typos ( #54475 )
...
PR Close #54475
2024-02-21 15:19:39 -08:00
vladboisa
024c14fb69
docs(docs-infra): fix tab shrinking ( #54380 )
...
Fix a behavior when block shrinks on Usage notes tab
Fixes #52818
PR Close #54380
2024-02-21 15:19:13 -08:00
Joey Perrott
e9246f745a
refactor(docs-infra): correct location of hosted images ( #54547 )
...
Properly include hosted images in the generated application
PR Close #54547
2024-02-21 16:52:01 +00:00
Matthieu Riegler
554628e190
docs(docs-infra): Add missing API entries to ADEV ( #54530 )
...
* `localize`: `MessageId` & `MessageId`
* `core/global`
* `upgrade/static` : `downgradeComponent`, `downgradeInjectable`, `getAngularJSGlobal`, `getAngularLib`, `setAngularJSGlobal` & `setAngularLib`
PR Close #54530
2024-02-21 16:41:33 +00:00
Matthieu Riegler
d49558d18d
docs: fix brokens links ( #54507 )
...
PR Close #54507
2024-02-21 16:05:30 +00:00
Matthieu Riegler
0644072354
docs: fix links in ngModule API guide ( #54507 )
...
fixes #54506
PR Close #54507
2024-02-21 16:05:30 +00:00
Joey Perrott
7220c89cef
fix(docs-infra): enable font inlining for adev ( #54524 )
...
Enable font inlining for adev
PR Close #54524
2024-02-21 16:02:00 +00:00
Matthieu Riegler
dd413ebc3b
docs(docs-infra): fix error page. ( #54522 )
...
Display the not found page on 404.
fixes #54506
PR Close #54522
2024-02-21 15:58:01 +00:00
Matthieu Riegler
55fd7b3c85
docs(docs-infra): Add missing api entries ( #54517 )
...
This commit adds `common/http/testing` and `platform-browser/animations/async`.
PR Close #54517
2024-02-20 09:50:36 -08:00
Alex Castle
a14d139a24
docs(common): add new faq entry to NgOptimizedImage docs ( #54469 )
...
add new FAQ entry explaining that we're not adding new loaders to the angular repo
PR Close #54469
2024-02-20 09:43:46 -08:00
Matthieu Riegler
70345b1292
docs: override piscina dependency for webcontainers projects in adev ( #54494 )
...
PR Close #54494
2024-02-20 09:21:04 -08:00
Fabio Heer
d181a36296
docs: correct default application builder for new apps ( #54386 )
...
The documentation on angular.dev mentions build-angular:browser as default
application builder. This is not correct. Recent applications are setup
with build-angular:application by default.
PR Close #54386
2024-02-15 10:54:17 -08:00
Joey Perrott
03acdbe94f
fix(docs-infra): process mermaid code blocks ( #54462 )
...
Render mermaid code blocks as SVGs in adev
PR Close #54462
2024-02-15 10:33:34 -08:00
Andrew Kushnir
e0d59f71bb
Revert "fix(docs-infra): process mermaid code blocks ( #54434 )" ( #54448 )
...
This reverts commit 925c86a76e .
Reason for revert: broken CI after merging to main, see https://github.com/angular/angular/actions/runs/7908845750/job/21588824548 .
PR Close #54448
2024-02-14 16:18:57 -08:00
Joey Perrott
2bf0ccc002
docs: remove unnecessary usages of aio in adev ( #54445 )
...
Remove usages of aio in adev.
PR Close #54445
2024-02-14 15:38:45 -08:00
Joey Perrott
925c86a76e
fix(docs-infra): process mermaid code blocks ( #54434 )
...
Render mermaid code blocks as SVGs in adev
PR Close #54434
2024-02-14 15:36:16 -08:00
Joey Perrott
a33f09c026
fix(docs-infra): don't include prerender flag based on fast/full build in adev ( #54400 )
...
The serve command for architect does not support the `--prerender` flag
PR Close #54400
2024-02-13 11:52:39 -08:00
Lukas Matta
4789685e83
docs: fix typo ( #54403 )
...
PR Close #54403
2024-02-13 11:51:54 -08:00
Joey Perrott
9bc386e3f5
refactor(docs-infra): create fast mode ( #54364 )
...
Creates a "fast mode" for building the adev site, currently only disabling prerender during fast build.
This is intended to be used for local development.
PR Close #54364
2024-02-09 10:59:06 -08:00
Joey Perrott
fbaf989aa1
fix(docs-infra): include manually defined api reference docs in adev ( #54356 )
...
Include the manual defined api reference docs in adev
PR Close #54356
2024-02-09 14:58:28 +00:00
ascorbic
03c3b3eb79
feat(common): add Netlify image loader ( #54311 )
...
Add an image loader for Netlify Image CDN. It is slightly different in implementation from existing loaders, because it allows absolute URLs
Fixes #54303
PR Close #54311
2024-02-08 16:17:57 +00:00
Ben Hong
a3e51d99a8
docs: enable version picker ( #54161 )
...
PR Close #54161
2024-02-07 22:21:05 +00:00
Angular Robot
b5368eb9a6
build: update dependency marked to v12 ( #54296 )
...
See associated pull request for more information.
PR Close #54296
2024-02-06 21:13:49 +00:00
Joey Perrott
8efa7cddf7
docs: remove v17 banner from adev ( #54287 )
...
PR Close #54287
2024-02-06 21:06:24 +00:00
Angular Robot
0d4e983c24
build: update dependency @types/jasmine to v5 ( #54288 )
...
See associated pull request for more information.
PR Close #54288
2024-02-06 19:30:33 +00:00
Angular Robot
297e73c83b
build: update dependency jasmine-core to v5 ( #54290 )
...
See associated pull request for more information.
PR Close #54290
2024-02-06 19:30:07 +00:00
ilir.beqiri
6ef60c0a1a
docs: replace event word with property for binding properties link ( #54281 )
...
Replace the "event" word with the correct one "property" at the helpful text on event binding section
PR Close #54281
2024-02-06 17:45:11 +00:00
Pawel Kozlowski
3a2ce9e0a2
refactor(core): add error code for required query results ( #54103 )
...
This commit introduces a dedicated error code for queries that require
results but none are available.
PR Close #54103
2024-02-06 15:04:36 +00:00
László Czöndör
3b1926acdb
docs: fix typo in inject-based DI tutorial ( #54245 )
...
PR Close #54245
2024-02-05 15:06:11 +00:00
Lars Gyrup Brink Nielsen
0e150c4ae9
docs: correct TypeScript version range for 17.0.x ( #53213 )
...
PR Close #53213
2024-02-01 20:07:32 +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
Ezéchiel Amen AGBLA
ebbacb9d45
docs: more readable standalone importing component example ( #54196 )
...
PR Close #54196
2024-02-01 15:57:51 +00:00
Joey Perrott
70d0fb088e
refactor(docs-infra): migrate to using docs- prefix for class names rather than adev- for shared pieces ( #54188 )
...
Updates to later version of shared docs with prefix renamed.
PR Close #54188
2024-01-31 21:49:23 +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
narendherraj
318a181d8e
docs: fix link missing to lazy loading module ( #54113 )
...
author narendherraj <narendherraj@gmail.com > 1706354106 +0530
committer narendherraj <narendherraj@gmail.com > 1706718969 +0530
docs: fix link missing to lazy loading module
docs: fix link missing to lazy loading module
docs: fix link missing lazy loading module updated
PR Close #54113
2024-01-31 16:45:51 +00:00
Alejandro
a297012839
docs(docs-infra): add tab titles to home, playground and tutorial ( #53026 )
...
PR Close #53026
2024-01-31 16:30:49 +00:00
Paweł Kubiak
2e2e8aad9b
test(docs-infra): unit tests in the reference pages ( #53529 )
...
Implementation of additional unit tests for `Reference` pages in `adev`.
PR Close #53529
2024-01-31 16:13:31 +00:00
kabrunko-dev
b02cf14525
fix(docs-infra): sort api reference items ( #54116 )
...
Sort correctly items from angular.dev api reference secondary navigation menu
PR Close #54116
2024-01-31 15:44:23 +00:00
ahmadhakeem18
6ec2f07f5d
docs: focus on the respective card of the current active line while scrolling ( #53733 )
...
make the active cards have the focus while scrolling like their
respective lines in the scroll service
PR Close #53733
2024-01-30 21:27:55 +00:00
Mahdi Lazraq
274a489bb5
docs: fix path to housing location css file in lesson 03 ( #54106 )
...
PR Close #54106
2024-01-30 17:50:11 +00:00
Alex Castle
f5c520b836
feat(common): add placeholder to NgOptimizedImage ( #53783 )
...
Add a automatic placeholder implementation supporting loader-based and data URL placeholders
PR Close #53783
2024-01-29 16:00:38 +00:00
Swami
45288f7815
docs: update input/output guide links ( #54135 )
...
PR Close #54135
2024-01-29 15:43:05 +00:00
Santosh Yadav
d9a84705c9
docs: add link for control flow migration ( #53375 )
...
PR Close #53375
2024-01-29 15:39:05 +00:00
Matthieu Riegler
d38238e478
docs: remove mention of providedIn module. This feature has been deprecated. ( #54072 )
...
PR Close #54072
2024-01-26 19:09:28 +00:00