Sumit Parakh
ff40c9f762
fix(core): fix typo in injectors.svg file ( #54596 )
...
this commit fixes the unnecessary single quote in injectors.svg file
Closes #54592
PR Close #54596
2024-02-27 15:21:05 -08:00
cexbrayat
1de9e19250
docs: use components in model inputs guide ( #54606 )
...
The code example showcases a `@Directive` with a template instead of a `@Component`.
PR Close #54606
2024-02-26 18:28:10 -08:00
Kristiyan Kostadinov
4efcc74dd6
docs: add a guide for model inputs ( #54514 )
...
Adds a guide for `model()` inputs for angular.io. Will port this over to angular.dev once it's finalized.
PR Close #54514
2024-02-23 11:47:03 -08:00
Felix Geißler
a3d5f7a2b3
docs: syntax error in signal input transform example ( #54567 )
...
PR Close #54567
2024-02-23 11:46:10 -08:00
loka shafeek
835c3a1c27
docs: Update wildcard route component to PageNotFoundComponent ( #54570 )
...
This PR enhances the Angular documentation by replacing the placeholder `<component-name>` with the actual `PageNotFoundComponent` in the wildcard route configuration. This update ensures that the documentation accurately reflects the recommended practice for handling page-not-found scenarios. Additionally, it addresses the issue where HTML entities like `<` were being displayed instead of the desired `<` symbol, resulting in clearer and more readable documentation for users.
PR Close #54570
2024-02-23 11:45:38 -08:00
Dean Davidson
5a13c18104
docs: add closing tags to code examples ( #54485 )
...
There were two minor issues in the code examples that this addresses.
PR Close #54485
2024-02-21 15:20:12 -08:00
Lukas Matta
27603996fa
docs: fix typos ( #54475 )
...
PR Close #54475
2024-02-21 15:19:39 -08:00
cexbrayat
36afd8902b
docs: typos in signal queries guide ( #54540 )
...
PR Close #54540
2024-02-21 15:59:00 +00:00
Jamie Couperwhite
960fe156ee
docs: fix developer preview link in signal queries ( #54492 )
...
PR Close #54492
2024-02-20 09:44:42 -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
Ahmed Hakeem
fcfef52cb2
docs: enhance Dependency injection description ( #54464 )
...
PR Close #54464
2024-02-20 09:29:53 -08:00
Pawel Kozlowski
ee9c272434
docs: add guide for signal queries ( #54395 )
...
Adding new guide for the signal-based queries.
PR Close #54395
2024-02-15 12:17:01 -08:00
Paul Gschwendtner
12d4b8eb47
docs: add guide for signal inputs ( #54316 )
...
Adds a guide for signal inputs.
We will port that to `angular.dev` once we finalized this version.
PR Close #54316
2024-02-14 15:22:49 -08:00
Lukas Matta
4789685e83
docs: fix typo ( #54403 )
...
PR Close #54403
2024-02-13 11:51:54 -08: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
Alejandro Cuba Ruiz
faf3b45d48
docs: add alejandrocuba.jpg file to images/bios/ ( #53842 )
...
PR Close #53842
2024-02-06 20:34:01 +00:00
Alejandro Cuba Ruiz
f189dbe47a
docs: add alejandrocuba to GDE resources ( #53842 )
...
PR Close #53842
2024-02-06 20:34:01 +00:00
Angular Robot
2d3fc31c83
docs: update Angular CLI help [main] ( #54276 )
...
Updated Angular CLI help contents.
PR Close #54276
2024-02-06 18:09:46 +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
Jason Warner
d339941a0d
docs: add Jason Warner to GDE resources ( #54237 )
...
PR Close #54237
2024-02-05 16:40:57 +00:00
Angular Robot
2ab536ee3e
docs: update Angular CLI help [main] ( #54223 )
...
Updated Angular CLI help contents.
PR Close #54223
2024-02-02 22:01:16 +00:00
mooyil
bdf6927125
docs: remove outdated info about ng serve ( #53890 )
...
PR Close #53890
2024-02-01 23:00:18 +00:00
Thabo
32d0742348
docs: fix typo in router.md ( #54194 )
...
Correct spelling mistake
PR Close #54194
2024-02-01 22:31:48 +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
Jared Bada
34feb4f32d
docs(docs-infra): @input getter setter syntax change ( #51023 )
...
PR Close #51023
2024-01-31 16:04:04 +00:00
Elias
b9aa25ed23
docs: Fix minor grammar mistake ( #54094 )
...
PR Close #54094
2024-01-31 15:34:26 +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
Mark Thompson
098543f1d8
docs: Update component-overview.md ( #52282 )
...
Refined the text a bit
PR Close #52282
2024-01-29 19:30:59 +00:00
Renan Ferro
e86a13674f
docs: add new component imports documentation structure ( #52282 )
...
PR Close #52282
2024-01-29 19:30:59 +00:00
Jesse Zomer
c55018724a
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:33 +00:00
therealdennis08
9571287299
docs: correct grammar error on start page ( #53993 )
...
Fixed grammatical error
PR Close #53993
2024-01-29 16:41:29 +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
Ido Strauss
f3a2b49f82
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
b0632bd703
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
d38238e478
docs: remove mention of providedIn module. This feature has been deprecated. ( #54072 )
...
PR Close #54072
2024-01-26 19:09:28 +00:00
fhoekstra
16fbe85702
docs(router): fix variable reference in text ( #54099 )
...
PR Close #54099
2024-01-26 19:02:42 +00:00
iliasaddab
4105ab51a5
docs: update i18n-common-merge.md ( #52400 )
...
correct spelling
PR Close #52400
2024-01-26 17:38:09 +00:00
Matthieu Riegler
1a2b5691e1
docs: add 2 new diagnostics created recently. ( #52329 )
...
PR Close #52329
2024-01-26 17:28:01 +00:00
Angular Robot
6946316350
docs: update events ( #53654 )
...
Generated `events.json` with the latest events retrieved from the Firebase DB.
Closes #53229
PR Close #53654
2024-01-26 16:58:07 +00:00
Antoine PARIZE
863c12aa89
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
oliv37
c634405a52
docs: fix add builder from package ( #53154 )
...
PR Close #53154
2024-01-25 23:31:01 +00:00
nickolashkraus
f034d29023
docs: With >>> with ( #53472 )
...
PR Close #53472
2024-01-25 22:58:34 +00:00
Andrea Canciani
ecbb47b208
refactor: fix a number of typos throughout the codebase ( #52826 )
...
Fix several typos, mostly in the `adev` site.
PR Close #52826
2024-01-25 22:54:59 +00:00
louay.meskini
96bee52b28
docs: Fix links for NgZone ( #53667 )
...
PR Close #53667
2024-01-25 22:38:51 +00:00
Trung Vo
3e2cd83e65
docs: add Trung Vo to GDE resources ( #53599 )
...
PR Close #53599
2024-01-25 22:29:26 +00:00
Sylvain DEDIEU
9bb1884304
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:58 +00:00
Nelson Gutierrez
8c65376324
docs: add correct syntax highlighting type in event binding documentation ( #52712 )
...
PR Close #52712
2024-01-25 21:19:29 +00:00
Angular Robot
58d4abcb22
docs: update Angular CLI help [main] ( #54075 )
...
Updated Angular CLI help contents.
PR Close #54075
2024-01-25 18:03:27 +00:00
vladboisa
8da67ae217
docs: fix & update MDN Shadow API link examples ( #54040 )
...
PR Close #54040
2024-01-25 18:02:58 +00:00