Commit Graph

357 Commits

Author SHA1 Message Date
twerske 58b2fc4f81 docs: update robot.txt to index angular.dev (#55617)
PR Close #55617
2024-05-21 13:41:06 -07:00
Sasidharan SD cbe3a029fa docs: fix broken publish library link (#55895)
PR Close #55895
2024-05-21 12:15:12 -07:00
Ben Hong 81c99ac5b9 docs: add missing border on embedded editor (#55926)
PR Close #55926
2024-05-21 12:14:18 -07:00
Matthieu Riegler 0c75267ebf docs(docs-infra): Add update guide to adev (#55638)
PR Close #55638
2024-05-21 12:01:59 -07:00
Pawel Kozlowski 9f7227cb8f refactor(docs-infra): notify on data change inside OnPush component (#55830)
The SecondaryNavigation component was updating state outside of an event handler
without notifying about this change. Modeling state as signal should take
care of proper UI updates (note that I did just a mechanical change here, maybe
there are better ways of dealing with this animations case).

PR Close #55830
2024-05-20 23:33:42 -07:00
arturovt 3657358270 docs: update zone-pollution.md (#55876)
Provide a thorough explanation of why third-party libraries should be created outside
of the Angular zone. Using a statement like "authored with Zone.js in mind" may seem
unusual because third-party libraries typically do not have knowledge of Zone.js, nor
should they be developed with it in mind. Therefore, we revise this explanation accordingly.
Additionally, include a section on handling events originating from third-party APIs.

PR Close #55876
2024-05-20 23:30:30 -07:00
Charles Lyding b7f67b4453 docs: update build system migration URL for CLI (#55891)
The URL for the Angular CLI has been updated to `build-system-migration`
to better reflect the content of the documentation.

PR Close #55891
2024-05-20 23:29:22 -07:00
Hyun Don Moon a78144ac21 docs: fix broken link in signals/model (#55811)
PR Close #55811
2024-05-17 12:25:46 -07:00
Jens Kuehlers f0f85dbe2f docs: Include info about experimental on adev (#55857)
Copy information about meaning of "experimental"
from angular.io to angular.dev.

PR Close #55857
2024-05-17 12:25:19 -07:00
Charles Lyding 6025424fea docs: Update build system migration title to reflect user action (#55782)
The Angular CLI documentation topic for migrating to the new build system
now has a navigation label of "Migrating to new build system" instead of
"esbuild". This new label better reflects the action a user may want to
take rather than one of the tools used by the new build system.

PR Close #55782
2024-05-16 09:32:29 -07:00
Pawel Kozlowski a141478940 refactor(docs-infra): mark more components as OnPush (#55775)
Use the OnPush change detection strategy in more components to
improve performance and enable zoneless in the future.

PR Close #55775
2024-05-15 08:50:28 -07:00
Sasidharan SD 55d694275b docs: fix production mode broken link (#55794)
PR Close #55794
2024-05-14 12:21:30 -07:00
Sasidharan SD 179c678e6b docs: add inspecting injector section in devtools (#55764)
PR Close #55764
2024-05-13 11:17:50 -07:00
Sasidharan SD db4e46684b docs: add service worker images (#55780)
PR Close #55780
2024-05-13 11:14:50 -07:00
Sasidharan SD 028a1d0af7 docs: fix devtools links (#55766)
PR Close #55766
2024-05-13 11:08:32 -07:00
Charles Lyding db8fb02f6a docs: initial update of application builder migration instructions for v18 (#55699)
The application migration instructions and information page now contains
updated information related to the v18 release. This includes a reordering
of the migration section to mention the automatic migration first as well
as mention that `ng update` will now ask to perform the migration for v18.

PR Close #55699
2024-05-13 11:06:53 -07:00
Ben Hong 28a24b6f79 docs: fix visible code snippets in first-app tutorial (#55742)
PR Close #55742
2024-05-08 15:46:52 -07:00
Matthieu Riegler e70167217b docs: uwu (#55666)
PR Close #55666
2024-05-07 14:57:26 -07:00
Andrew Scott 6b97aec621 refactor(core): feature for potential zoneless-compatibility debug check (#55663)
This commit adds a feature that is useful for determining if an
application is zoneless-ready. The way this works is generally only
useful right now when zoneless is enabled. Some version of this may be useful in
the future as a general configuration option to change detection to make
`checkNoChanges` pass always exhaustive as an opt-in to address #45612.

Because this is an experimental, debug-only feature, it is okay to merge
during the RC period.

PR Close #55663
2024-05-07 13:39:14 -07:00
Paul Gschwendtner 232ec657e8 docs: properly link to developer preview section (#55711)
Fixes an invalid link to the developer preview section.
PR Close #55711
2024-05-07 08:06:49 -07:00
Angular Robot 4a01e5a532 build: lock file maintenance (#55680)
See associated pull request for more information.

PR Close #55680
2024-05-06 12:32:19 -07:00
Alan Agius d9b339fdbc fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55652)
This commit addresses dependency injection defects when using the `withFetch` API. Formerly, utilizing `withFetch` led to the automatic setting of `HttpBackend` to `FetchBackend`, which proved problematic in certain scenarios. Notably, conflicts arose when integrating `withRequestsMadeViaParent` and manually overriding tokens, as observed in instances like `InMemoryWebApiModule`.

PR Close #55652
2024-05-06 12:29:53 -07:00
Andrew Scott 3de1bc6866 docs: small updates to zoneless docs (#55636)
PR Close #55636
2024-05-06 12:28:36 -07:00
Alan Agius 9a6a4cca2f build: fix adev build (#55662)
adev is broken at head

PR Close #55662
2024-05-03 10:20:59 -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
twerske 8dbeafea47 docs: style the nav based on version type (#55628)
PR Close #55628
2024-05-02 12:33:27 -07:00
cexbrayat da5ef5213a docs: typos in NG0956 (#55630)
PR Close #55630
2024-05-02 11:10:59 -07:00
Emma Twersky ce672c6829 docs: update press kit to reduce confusion (#55611)
PR Close #55611
2024-05-01 15:09:39 -07:00
Matthieu Riegler 9aa47c1983 docs: fix missing example (#55584)
preview is hidding was responsible for hidding the content.

fixes #55583

PR Close #55584
2024-05-01 15:07:58 -07:00
Ben Hong 354cd9cd57 docs: add README for adev site (#55578)
PR Close #55578
2024-04-30 14:04:56 -07:00
Angular Robot 43b604bedf build: lock file maintenance (#55575)
See associated pull request for more information.

PR Close #55575
2024-04-30 14:04:00 -07:00
Andrew Scott e7225dd06d docs: Reference page anchor scroll consistency (#55566)
The docs-viewer loads asynchronously and can happen after the scroll
event has happened and the Router has attempted to scroll to the
requested position/anchor. This commit saves the scroll event and
handles it again if the cards are loaded after scrolling happens.

PR Close #55566
2024-04-30 14:03:08 -07:00
twerske 76fd874039 docs: fix formatting for signal inputs guide (#55275)
PR Close #55275
2024-04-30 14:02:14 -07:00
Pawel Kozlowski 8f99946d1d docs(core): add documentation for errors NG0955 and NG0956 (#55591)
This commit adds detailed description for the errors NG0955 and NG0956.
Those errors correspond to the check introduced in the built-in for loop.

PR Close #55591
2024-04-30 09:21:34 -07:00
Joey Perrott f7ba9d26cf ci: complete migration to prettier formatting (#55580)
Format the remaining unformatted files in the repository

PR Close #55580
2024-04-29 14:00:17 -07:00
Mikal Callahan 3113d8414c docs(docs-infra): allow file renaming in code editor (#54989)
Any filename but the main.ts is now editable.

PR Close #54989
2024-04-29 13:42:27 -07:00
Matthieu Riegler 1595c9dbc2 docs: add mention of the HTTP client for interceptors (#55551)
fixes #53911

PR Close #55551
2024-04-29 13:41:12 -07:00
Matthieu Riegler 3eadaf0f2a docs: fix broken link to error doc (#55547)
PR Close #55547
2024-04-29 13:40:03 -07:00
ahmadhakeem18 3c46d3f518 docs: update NgClass example description to match the example's behavior (#55209)
Co-authored-by: Sonu Kapoor <sonukapoor@users.noreply.github.com>

PR Close #55209
2024-04-29 13:39:19 -07:00
ahmadhakeem18 d3dce326d7 docs: show the difference between pseudo classes angular uses and native ones in runtime (#53819)
PR Close #53819
2024-04-29 13:35:34 -07:00
Matthieu Riegler 1e87b7b8c0 docs: remove mention of style sanitization. (#55553)
fixes #49566

PR Close #55553
2024-04-26 09:31:47 -07:00
Matthieu Riegler 0c7fd4ac91 docs: remove image (#55553)
The image was replaced by the following mermaid chart.

PR Close #55553
2024-04-26 09:31:47 -07:00
Matthieu Riegler 890cccfd49 docs: update app-shell to reflect actual content (#55550)
fixes #55507

PR Close #55550
2024-04-26 09:29:37 -07:00
Kirk Larkin a20cf31a39 docs: Update di-in-action.md (#55489)
PR Close #55489
2024-04-25 12:55:17 -07:00
Kirk Larkin c130f25cec docs: Update what-is-angular.md (#55536)
PR Close #55536
2024-04-25 12:52:36 -07:00
Matthieu Riegler ce0a1cbd46 docs: fix the file naming for the NG05000 error (#55519)
PR Close #55519
2024-04-25 12:49:56 -07:00
Andrew Scott e4b0989cb2 docs: Add some zoneless documentation (#55500)
Probably needs more work, but it's a start

PR Close #55500
2024-04-25 12:49:16 -07:00
ice-blaze 5ad2f5f18b refactor(forms): replace errors with hasError() (#55379)
Material documentation use hasError. For homogeneity reason, this commit
will adopt material style.

Fixes #55378

PR Close #55379
2024-04-25 08:57:30 -07:00
Kirk Larkin 242fec847e docs: Update lightweight-injection-tokens.md (#55490)
PR Close #55490
2024-04-25 08:55:46 -07:00