Lukas Matta
97e8265570
docs: fix typo ( #54403 )
...
PR Close #54403
2024-02-13 11:51:55 -08:00
mooyil
cd88f1486e
docs: remove outdated info about ng serve ( #53890 )
...
PR Close #53890
2024-02-01 23:00:18 +00:00
Thabo
37a6da30ca
docs: fix typo in router.md ( #54194 )
...
Correct spelling mistake
PR Close #54194
2024-02-01 22:31:49 +00:00
Lars Gyrup Brink Nielsen
99a0b90073
docs: correct TypeScript version range for 17.0.x ( #53213 )
...
PR Close #53213
2024-02-01 20:07:32 +00:00
Jared Bada
ca7456e722
docs(docs-infra): @input getter setter syntax change ( #51023 )
...
PR Close #51023
2024-01-31 16:04:04 +00:00
Elias
bd6d18b977
docs: Fix minor grammar mistake ( #54094 )
...
PR Close #54094
2024-01-31 15:34:27 +00:00
Mark Thompson
d07ce6156e
docs: Update component-overview.md ( #52282 )
...
Refined the text a bit
PR Close #52282
2024-01-29 19:30:59 +00:00
Renan Ferro
e3b874b4fb
docs: add new component imports documentation structure ( #52282 )
...
PR Close #52282
2024-01-29 19:30:59 +00:00
Jesse Zomer
1ac37f932f
docs: fix shareReplay refcount default ( #54145 )
...
according to the official rxjs docs the refcount default is false. See https://rxjs.dev/api/operators/shareReplay
Co-authored-by: Andrew Scott <atscott01@gmail.com >
PR Close #54145
2024-01-29 19:30:34 +00:00
Ido Strauss
030d77010d
docs: update TypeScript version support details for Angular v15 and v16 ( #54131 )
...
Clarify the range of TypeScript versions supported in Angular v15 and v16 upgrade guides. The previous documentation's phrasing led to potential misunderstandings, as it suggested broader compatibility than actually supported. This change prevents errors by explicitly stating the maximum TypeScript version for each Angular version, ensuring developers have clear guidance during upgrades.
PR Close #54131
2024-01-29 15:57:01 +00:00
Wojciech
9f9dd901ae
docs: Update update-to-version-16.md ( #51857 )
...
Fix example for required inputs that leads to TS2564 error - property has no initializer
PR Close #51857
2024-01-26 19:13:24 +00:00
Matthieu Riegler
566499af1d
docs: remove mention of providedIn module. This feature has been deprecated. ( #54072 )
...
PR Close #54072
2024-01-26 19:09:28 +00:00
fhoekstra
4a5f37d216
docs(router): fix variable reference in text ( #54099 )
...
PR Close #54099
2024-01-26 19:02:42 +00:00
iliasaddab
74567f1c8a
docs: update i18n-common-merge.md ( #52400 )
...
correct spelling
PR Close #52400
2024-01-26 17:38:09 +00:00
Antoine PARIZE
d8d6478d0e
docs: testing-components-basics.md and components-basics.md links to css selector documentation are dead ( #53586 )
...
docs: testing-components-basics.md and components-basics.md links to css selector documentation are dead
As MDN's documentation link to the "css selector" topic is dead, this commit makes the angular documentation use the new valid link.
PR Close #53586
2024-01-25 23:34:03 +00:00
nickolashkraus
85819b9cdb
docs: With >>> with ( #53472 )
...
PR Close #53472
2024-01-25 22:58:34 +00:00
louay.meskini
0d31904a96
docs: Fix links for NgZone ( #53667 )
...
PR Close #53667
2024-01-25 22:38:51 +00:00
Sylvain DEDIEU
7ac94dd664
docs: change the file of the provideHttpClient standalone example to match cli generated project ( #52806 )
...
The "Providing HttpClient through dependency injection" documentation now shows that in case of a standalone boostraped app, the provideHttpClient is to include in the app.config.ts file.
Also updated the http setup server communication example to align the new doc (adev) with the old one (aio).
PR Close #52806
2024-01-25 21:24:59 +00:00
Nelson Gutierrez
25e4f04d9f
docs: add correct syntax highlighting type in event binding documentation ( #52712 )
...
PR Close #52712
2024-01-25 21:19:29 +00:00
vladboisa
e603450592
docs: fix & update MDN Shadow API link examples ( #54040 )
...
PR Close #54040
2024-01-25 18:02:58 +00:00
Diego Julião
4507704a7e
docs: remove ngx-deploy-npm from deployers table ( #53999 )
...
PR Close #53999
2024-01-25 16:07:40 +00:00
Max
e194fbfbaa
docs: fix typo in Custom directives section ( #54044 )
...
There was a grammatically incorrect sentence in the What is Angular page, Custom directives section. This change makes it more correct.
PR Close #54044
2024-01-24 15:32:22 +01:00
Alan Agius
9a9a00e0f9
docs: update docs to reflect changes in Angular CLI version 17.1 ( #53949 )
...
This changes include mentioning the experimental application builder migration and changes to the `outputPath` and `optimization` option.
PR Close #53949
2024-01-23 18:56:19 +01:00
Matthieu Riegler
a7c9fbb087
docs: update version compatibility table for aio & adev ( #54008 )
...
PR Close #54008
2024-01-23 09:46:57 +01:00
divyasudagoni
20811aad27
docs: move import statement of ngmodule from standalone component to module code #53952 ( #54016 )
...
PR Close #54016
2024-01-22 19:43:37 +01:00
Jessica Janiuk
424a26b3c7
docs: updates defer guide to reflect updated default defer block test behavior ( #53975 )
...
This updates the deferrable view guide to specify playthrough as the default with examples of configuring to manual.
PR Close #53975
2024-01-19 10:16:36 +01:00
Ilija Leko
0d8a5c4665
docs: fix-build-path-in-http-server-command ( #53226 )
...
PR Close #53226
2024-01-16 09:37:12 -08:00
David LJ
f6a32c03f4
docs: fix & update apf links to pkg examples ( #53866 )
...
PR Close #53866
2024-01-10 10:43:54 -08:00
Nadeem Ur-Rehman
7ff44f9424
docs(docs-infra): wrong URL for Unicode CLDR fixed ( #53785 )
...
fixes wrong URLs for Unicodde CLDR
Fixes #53734
PR Close #53785
2024-01-09 12:13:11 -08:00
Johnny Gérard
fed831fe0a
docs: fix incorrect glossary entry ( #53609 )
...
PR Close #53609
2024-01-03 10:34:54 -08:00
Jens Kuehlers
00cbdc99fd
docs: Add v18 dates ( #53549 )
...
Add the v18 dates to a.dev as well and shift v17.1 to a more
conservative date (exact week is tbc)
PR Close #53549
2023-12-19 08:38:05 -08:00
Jens Kuehlers
4d8925b053
docs: fixed the year ( #53549 )
...
Set the year of 17.1-18.0 releases to 2024
PR Close #53549
2023-12-19 08:38:05 -08:00
Jens Kuehlers
a5543f78c6
docs: remove extra spare line ( #53549 )
...
removed accidentially included line
PR Close #53549
2023-12-19 08:38:05 -08:00
Jens Kuehlers
16bfaaf152
docs: add upcoming release dates ( #53549 )
...
Adds the tentatively planned release weeks for 17.1-18.0 - please note
that these might change (and 17.3 might or might not be released).
PR Close #53549
2023-12-19 08:38:05 -08:00
Aditya Kumar
e1d01c7be8
docs: Smart quote that breaks code block ( #53488 )
...
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com >
PR Close #53488
2023-12-12 09:02:02 -08:00
AleksanderBodurri
7252ee4162
docs(devtools): write feature descriptions for new DI debugging features in Angular Devtools ( #52290 )
...
This commit adds new sections to the devtools aio page for the new DI debugging features in Angular DevTools:
1. Directive dependency inspection
2. Injector hierarchy visualization
PR Close #52290
2023-11-30 09:38:27 -08:00
Abhishek Upadhyay
7b61ff9cb9
docs: corrected gramatical mistake in ssr.md ( #53264 )
...
PR Close #53264
2023-11-30 09:21:59 -08:00
Fabian Schmidt
461264a99a
docs: fix typo in word "intrinsic" for adev and aio ( #53250 )
...
This is a fix for two typos in both angular.dev and angular.io docs
PR Close #53250
2023-11-30 09:20:09 -08:00
Andrew Scott
9325687b8d
docs: Update deprecation guide example ( #53262 )
...
fixes #53242
PR Close #53262
2023-11-30 09:18:29 -08:00
Tim Deschryver
54823893c8
docs: update defer testing snippet ( #53056 )
...
PR Close #53056
2023-11-20 08:54:00 -08:00
ahmadhakeem18
fdf4c06f43
docs: change class field external link to point to the right page ( #52919 )
...
PR Close #52919
2023-11-16 09:29:04 -08:00
Alejandro
f8d5b8464b
docs: fixed unexpected closing tags for Receipt ( #52914 )
...
PR Close #52914
2023-11-14 22:02:03 +00:00
Tomas Trajan
e02d0e4675
docs: fix and improve @defer testing docs ( #52874 )
...
- the example when taken from docs into projects didn't work
- getDeferBlocks has to be used with async
- improved description of default state (placeholder)
- improved assertion of <large-component /> as when generated by schematics
PR Close #52874
2023-11-14 19:16:40 +00:00
Sai Kumar Kola
7d00175dae
docs: fix grammar in guide/defer ( #52899 )
...
docs: fix grammar in aio/guide/defer and adev/guide/defer
PR Close #52899
2023-11-14 18:32:51 +00:00
Swami
abc225b910
docs: typo fix ( #52511 )
...
PR Close #52511
2023-11-08 08:51:28 -08:00
Matthieu Riegler
289a178ef0
docs: add v17 versions support ( #51443 )
...
* Node 16 support is dropped per angular/angular-cli#25675
* TS 5.2 is supported per #51334
* TS 5.1 and lower support is dropped by #51792
PR Close #51443
2023-11-08 08:50:20 -08:00
Lucas
62bd8c5200
docs: updating information about polyfills ( #52519 )
...
PR Close #52519
2023-11-08 08:49:28 -08:00
Alan Agius
6033504388
docs: update ssr docs to add information about CommonEngine ( #52506 )
...
This commit add contructor information about `CommonEngine`
PR Close #52506
2023-11-03 09:50:13 -07:00
Alex Rickabaugh
1f528f1e8d
refactor(core): mark effect as developer preview again ( #52490 )
...
Re-add the `@developerPreview` flags to `effect()`. While we don't expect
the `effect` API itself to change, we may change how other FW APIs interact
with `effect`s. Also, add a missing export for one of those effect APIs.
PR Close #52490
2023-11-02 15:29:44 -07:00
Charles Lyding
f615f4f90d
docs: additional application builder SSR conversion information ( #52485 )
...
This change updates the new build system migration guide with additional
information regarding the steps needed to convert an existing SSR project
to use the new integrated SSR capabilities.
PR Close #52485
2023-11-02 11:06:21 -07:00