Angular Robot
4574095a9e
build: update all non-major dependencies ( #62642 )
...
See associated pull request for more information.
PR Close #62642
2025-07-15 09:34:00 -07:00
SkyZeroZx
e6d2d788c1
docs: Update documentation httpResource with referrer & integrity options ( #62637 )
...
PR Close #62637
2025-07-15 09:33:14 -07:00
muhammadali1658
80da0731a3
docs: fix missing 'of' in Style Guide sentence ( #62628 )
...
PR Close #62628
2025-07-15 07:59:19 -07:00
Kristiyan Kostadinov
eef258f641
docs: update best practices prompt ( #62640 )
...
Updates the `best-practices.md` with results from recent testing.
PR Close #62640
2025-07-15 07:56:05 -07:00
Joey Perrott
e8c5603126
build: move all rule/macro loading into adev/defaults.bzl and fix intellisense loading ( #62627 )
...
Move all of our loading into a local defaults.bzl file instead of mixed loading via tools/defaults and adev/defaults
PR Close #62627
2025-07-14 15:47:05 -07:00
Joey Perrott
eca2334df5
docs: correctly look for examples in the bin_dir instead of execPath ( #62632 )
...
Properly look for the example files for live previews in the bin_dir
PR Close #62632
2025-07-14 14:49:16 -07:00
Ben Hong
817d9df84b
docs: add dedicated data resolvers router guide ( #62250 )
...
PR Close #62250
2025-07-14 14:17:50 -07:00
Matthieu Riegler
7bcaf01ace
build: set paths for devtools & adev ( #62574 )
...
This allows the IDE to find the right imports
PR Close #62574
2025-07-14 14:11:09 -07:00
Kristiyan Kostadinov
745ea44394
feat(core): support TypeScript 5.9 ( #62541 )
...
Updates the repo to support TypeScript 5.9 and expands the allowed version range.
PR Close #62541
2025-07-14 14:04:58 -07:00
Matthieu Riegler
2d048d5520
test(docs-infra): Use the zoneless testing rule ( #62596 )
...
This will spare use the warning logs when the tests run.
```
NG0914: The application is using zoneless change detection, but is still loading Zone.js. Consider removing Zone.js to get the full benefits of zoneless. In applications using the Angular CLI, Zone.js is typically included in the "polyfills" section of the angular.json file.
```
PR Close #62596
2025-07-14 11:36:43 -07:00
Angular Robot
0b4d74a8d5
build: update all non-major dependencies ( #62603 )
...
See associated pull request for more information.
PR Close #62603
2025-07-14 11:35:11 -07:00
Emily Marigold Klassen
1cff7cac94
docs: update forgotten change to input signals ( #62612 )
...
PR Close #62612
2025-07-14 10:03:24 -07:00
Dmitry Kostyuk
47f7a5dd84
docs(docs-infra): fix nested routes example ( #62608 )
...
PR Close #62608
2025-07-14 10:00:49 -07:00
Matthieu Riegler
00afc73f67
docs: fix CLI reference layout ( #62609 )
...
fixes #62602
PR Close #62609
2025-07-14 09:59:54 -07:00
Matthieu Riegler
94e0a469c1
docs: add note about difference between class bindings and ngClass ( #62611 )
...
fixes #40623
PR Close #62611
2025-07-14 09:59:17 -07:00
Matthieu Riegler
57e06c5232
docs(docs-infra): Add status to some guide entries. ( #62614 )
...
Guide entries can now have "new" or "updated" tags.
PR Close #62614
2025-07-14 09:58:14 -07:00
Joao da Silva
ccbcc9bf08
docs: fix lazy load example in define-routes.md ( #62620 )
...
Fixes #62619
PR Close #62620
2025-07-14 09:57:26 -07:00
Angular Robot
aa52cd41fd
docs: update Angular CDK apis ( #62600 )
...
Updated Angular CDK api files.
PR Close #62600
2025-07-11 16:06:46 -07:00
Angular Robot
9b14791105
build: update all non-major dependencies ( #62582 )
...
See associated pull request for more information.
PR Close #62582
2025-07-11 14:46:23 -07:00
fortnite misogynist
b38beb7be3
docs: fix comment breaking Highlighter ( #62577 )
...
This fixes a comment that was causing issues with docs highlighting
PR Close #62577
2025-07-11 10:41:47 -07:00
Alan Agius
28ca35801e
docs: update browsers support versions ( #62572 )
...
The current URL is not correct as it incorrectly includes browsers. We now replace the URL with the comparer provided by baseline which will be available soonish via `web-platform-dx.github.io`
PR Close #62572
2025-07-10 10:26:24 -07:00
Angular Robot
959acdaad6
build: update all non-major dependencies ( #62513 )
...
See associated pull request for more information.
PR Close #62513
2025-07-10 10:20:24 -07:00
Angular Robot
9d5e248f04
docs: update Angular CLI help ( #62520 )
...
Updated Angular CLI help contents.
PR Close #62520
2025-07-09 14:05:26 -07:00
ice-blaze
9847f91737
docs(forms): remove unecessary FormGroup casting ( #62555 )
...
Fixes #62554
PR Close #62555
2025-07-09 12:43:49 -07:00
Matthieu Riegler
4fe8566c78
docs(docs-infra): do not cache the versions.json file ( #62534 )
...
Without the flag, the file gets inline in the transfer cache making the resource useless.
PR Close #62534
2025-07-09 12:42:06 -07:00
Matthieu Riegler
48a259e607
docs(docs-infra): run analytics only on the browser ( #62531 )
...
We don't care about server, adev only uses SSG.
Also `setCookieConsent` is throwing on node.
PR Close #62531
2025-07-09 12:40:36 -07:00
Matthieu Riegler
2ddd9aa4c3
docs(docs-infra): update update guide when changing level ( #62526 )
...
This commit also fixes the colors of the material button toggle
fixes #62432
PR Close #62526
2025-07-09 12:40:01 -07:00
Matthieu Riegler
efb4783ca0
docs(docs-infra): fix banner position on mobile & tablet ( #62521 )
...
#62509
PR Close #62521
2025-07-09 12:39:14 -07:00
Ben Hong
07336e7f53
docs: add dedicated routing lifecycle and events guide ( #62225 )
...
doc: apply suggestions from code review
Co-authored-by: Enea Jahollari <jahollarienea14@gmail.com >
Co-authored-by: Matthieu Riegler <kyro38@gmail.com >
PR Close #62225
2025-07-09 12:38:34 -07:00
sEver
d6765d9958
fix(docs-infra): fix tutorial formatting issues (for v20) ( #62457 )
...
Fixes including, but not limited to:
- `visibleLines` values
- all codeblocks normalized to 2 spaces indentation
- lesson 14-http sEverely de-indented
- descriptions and explanations were rewritten to reflect the changes from @Input to input and from ngFor to @for
- missing step added in lesson 11-details-page
- rewritten confusing instructions for adding code that was already added in previous steps
PR Close #62457
2025-07-08 11:30:15 -07:00
Matthieu Riegler
a1f8cc4f3a
docs(docs-infra): generate llms-full.txt at build time ( #61864 )
...
PR Close #61864
2025-07-08 11:27:54 -07:00
Angular Robot
ce8156a451
build: update cross-repo angular dependencies ( #62507 )
...
See associated pull request for more information.
PR Close #62507
2025-07-07 19:55:18 +00:00
Angular Robot
136c0511de
build: lock file maintenance ( #62494 )
...
See associated pull request for more information.
PR Close #62494
2025-07-07 18:17:08 +00:00
Angular Robot
3887dc8ea4
build: update all non-major dependencies ( #62476 )
...
See associated pull request for more information.
PR Close #62476
2025-07-07 16:10:20 +00:00
Michael DeRazon
f85c72739e
docs: fix typo on guidelines file ( #62468 )
...
Correct a minor spelling mistake in the documentation to improve clarity.
PR Close #62468
2025-07-04 11:01:06 +00:00
SkyZeroZx
720717eaed
docs: Update documentation http with integrity & referrer ( #62462 )
...
PR Close #62462
2025-07-04 07:22:16 +00:00
Angular Robot
17ba5cd857
build: update dependency mermaid to v11.8.0 ( #62463 )
...
See associated pull request for more information.
PR Close #62463
2025-07-04 07:20:52 +00:00
Matthieu Riegler
5c54cb87a5
docs: improve support for decorator APIs ( #60411 )
...
The commit introduce the distinction between
- class like decorators (like Component, Interface, NgModule. They are formatted like classes/interfaces, with each attribute being documents.
- function like decorators (Attribute, Host, Optional...)
PR Close #60411
2025-07-03 11:51:34 +00:00
Matthieu Riegler
50612e68a2
docs(docs-infra): Load of the typing files from Angular. ( #62424 )
...
Following some infra changes, DTS files are now splitted over several files, which aren't referenced in the `package.json` but are directly imported in the root dts.
We chose to not use ATA here because it only pulls the latest version from a CDN whereas we prefer to use the local definitions we have in the `node_modules` of the tutorial.
fixes #62374
PR Close #62424
2025-07-03 09:35:35 +00:00
Matthieu Riegler
08e6e7bf37
docs: display deprecation message for top most symbol ( #62427 )
...
For classes, types, functions, enums etc.
fixes #62365
PR Close #62427
2025-07-03 08:35:01 +00:00
Joey Perrott
50a69dee6c
build: only require workspace build packages for web tests when provided ( #62443 )
...
Only use the builds from the workspace as for the bootstrap scripts for web testing
PR Close #62443
2025-07-03 08:34:25 +00:00
Shuaib Hasan Akib
99069c2252
refactor(docs-infra): removed unused imports ( #62441 )
...
Cleans up instances of unused imports in a few shared docs components.
PR Close #62441
2025-07-03 08:11:45 +00:00
Shuaib Hasan Akib
9fc1383115
refactor(docs-infra): cleanup lines in scss ( #62438 )
...
Cleans up some of the scss code.
PR Close #62438
2025-07-03 08:11:09 +00:00
Joey Perrott
73434e366f
build: migrate all dependencies for adev into adev/package.json ( #62435 )
...
Migrate the dependencies into the adev/package.json instead of importing from the the root package.json
PR Close #62435
2025-07-03 08:09:34 +00:00
Joey Perrott
2050ffa691
build: migrate remaing esbuild and nodejs_binary usages to new toolchain ( #62435 )
...
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions.
PR Close #62435
2025-07-03 08:09:33 +00:00
Joey Perrott
a024c4af77
build: migrate adev to use rules_angular based cli rules ( #62435 )
...
Use the @angular/cli rules from rules_angular instead of the npm package directly
PR Close #62435
2025-07-03 08:09:33 +00:00
jstnjs
567597a476
docs: fix formatting ( #62400 )
...
PR Close #62400
2025-07-02 16:56:24 +00:00
jstnjs
f0bcce71ff
docs: fix dynamic form reactivity ( #62400 )
...
PR Close #62400
2025-07-02 16:56:24 +00:00
Shuaib Hasan Akib
cd87a71e19
docs(docs-infra): replace deprecated RouterTestingModule with RouterModule.forRoot([]) ( #62364 )
...
PR Close #62364
2025-07-02 16:52:31 +00:00
Joey Perrott
4fae4dbba8
build: migrate adev to use packaged version of @angular/* packages ( #62413 )
...
Use the packaged versions of the packages instead of the local ts_project dependencies to prevent multiple versions of the deps to enter test bundles
PR Close #62413
2025-07-02 16:10:25 +00:00