Saba Shavidze
87e5a91d9e
docs: fix typo in dependency-injection-in-action doc ( #50396 )
...
PR Close #50396
2023-05-22 14:43:50 +00:00
Saba Shavidze
9863bcd17d
docs: fix typo in dependency-injectoin-in-action.md ( #50396 )
...
PR Close #50396
2023-05-22 14:43:50 +00:00
alkavats1
ba88b99a70
docs: improved the html tags information ( #50400 )
...
PR Close #50400
2023-05-22 14:43:17 +00:00
garrettld
d097844da9
docs: replace blossom emoji with tulip ( #50349 )
...
The blossom emoji is referred to as "yellow flower" in the docs, but it's not yellow on all platforms. Since "flower" or "blossom" is too generic, the "tulip" emoji is used instead.
Fixes #50347
PR Close #50349
2023-05-19 16:26:27 +00:00
Matthieu Riegler
24d803b0a2
docs: forwardref usage for standalone components ( #50366 )
...
Fixes #48614 and #49059
PR Close #50366
2023-05-19 15:10:29 +00:00
aanchal
00b4924bad
docs: remove unused oninit method ( #50353 )
...
PR Close #50353
2023-05-19 14:19:59 +00:00
Matthieu Riegler
87b8aba238
docs(docs-infra): Drop ngcli-compat ( #50345 )
...
The `ng-cli-compat` rules have been removed from `angular-eslint` v16. This commit will allow to merge #50139 .
PR Close #50345
2023-05-18 14:12:06 +00:00
Matthieu Riegler
9afd90c59d
refactor(core): Add a warning when ApplicationRef.isStable doesn't emit true ( #50295 )
...
Hydration requires a stable App to run some logic.
With this warning developers will be informed about potential issues encountered when running an unstable app.
Fixes #50285
PR Close #50295
2023-05-17 08:45:26 -07:00
Angular Robot
c69ef4ef3b
build: update all non-major dependencies ( #50316 )
...
See associated pull request for more information.
PR Close #50316
2023-05-17 08:13:12 -07:00
Aristeidis Bampakos
a898d9fd03
docs: fix typo in security guide ( #50324 )
...
PR Close #50324
2023-05-16 09:47:25 -07:00
Aristeidis Bampakos
5849287a7a
docs: fix typo in dependency injection guide ( #50323 )
...
PR Close #50323
2023-05-16 09:44:29 -07:00
Aristeidis Bampakos
21962d258a
docs: fix typo in NG0912 error guide ( #50322 )
...
PR Close #50322
2023-05-16 09:43:54 -07:00
Asheer Rizvi
97285432e3
docs: updated 'conceptual preview' title ( #50326 )
...
PR Close #50326
2023-05-16 09:27:56 -07:00
Angular Robot
fab7f393a4
docs: update events ( #50309 )
...
Generated `events.json` with the latest events retrieved from the Firebase DB.
PR Close #50309
2023-05-15 10:44:07 -07:00
Enea Jahollari
b65576af74
docs: add Enea to GDE contributors list ( #50254 )
...
PR Close #50254
2023-05-15 10:43:08 -07:00
Matthieu Riegler
a09f88934d
docs: Glossary link to N ( #50294 )
...
The shortcut to N was missing resulting in a rendering issue.
PR Close #50294
2023-05-15 09:55:59 -07:00
Matthieu Riegler
3e025d9d3b
docs(docs-infra): Add a deprecated label to APIs ( #50287 )
...
This adds a deprecated label next to the other labels on the API pages for methods & properties.
Fixes #44265
PR Close #50287
2023-05-15 09:31:00 -07:00
Matthieu Riegler
d0f6d31228
docs(docs-infra): Remove internal constructors from the doc. ( #50282 )
...
Internal constructor should not be exposed in the doc. This removes them.
Related to #50281
PR Close #50282
2023-05-15 09:24:58 -07:00
Matthieu Riegler
8885bf4f71
docs: fix mistake in first-app-lesson-03 ( #50278 )
...
The correct filename is `home.component.ts`.
fixes #50277
PR Close #50278
2023-05-15 09:24:05 -07:00
Matthieu Riegler
63f5dfdf52
docs: fix inconsistencies in getting started ( #50275 )
...
Fixes #50274
PR Close #50275
2023-05-15 09:23:16 -07:00
Angular Robot
85b4941be1
build: update all non-major dependencies ( #50217 )
...
See associated pull request for more information.
PR Close #50217
2023-05-12 12:56:25 -07:00
Mladen Jakovljević
b50203cfec
fix(docs-infra): labels with links should have the same font weight ( #50258 )
...
Fix anchor tag styling inside label.api-status-label to match font weight of label styling that does not have anchor tag.
PR Close #50258
2023-05-12 10:20:22 -07:00
Arnel Umandap Jr
aad267ac07
docs: add missing "when" ( #50262 )
...
PR Close #50262
2023-05-12 10:17:21 -07:00
Angular Robot
16866596d5
build: update dependency @rollup/plugin-commonjs to v25 ( #50264 )
...
See associated pull request for more information.
PR Close #50264
2023-05-12 10:15:11 -07:00
0b01001110
06f19ce582
docs: fix mistake in tutorial ( #50261 )
...
PR Close #50261
2023-05-12 10:14:30 -07:00
Angular Robot
839074ba1f
docs: update Angular CLI help [main] ( #50256 )
...
Updated Angular CLI help contents.
PR Close #50256
2023-05-12 10:13:58 -07:00
Angular Robot
f2926b19e8
build: lock file maintenance ( #49879 )
...
See associated pull request for more information.
PR Close #49879
2023-05-11 14:27:01 -07:00
Matthieu Riegler
cfff5cb2bd
docs: split unsupported versions table in two. ( #50243 )
...
To ease the maintenance of this table and keep the same number of columns between active and unsupported versions.
PR Close #50243
2023-05-11 10:17:51 -07:00
Matthieu Riegler
e9cdfb1a22
docs: fix v13 dependencies versions. ( #50243 )
...
Fixing a small mistake.
Fixes #50242
PR Close #50243
2023-05-11 10:17:51 -07:00
Angular Robot
8ce99f5a0d
build: update dependency firebase-tools to v12 ( #50223 )
...
See associated pull request for more information.
PR Close #50223
2023-05-10 14:36:00 -07:00
Matthieu Riegler
5db170c501
docs: replace absolute links to aio with relative links. ( #50213 )
...
This change follows the introduction of the warning message from a transform processor to prevent absolute links to angular.io.
PR Close #50213
2023-05-10 14:29:50 -07:00
Matthieu Riegler
bad7bae468
docs(docs-infra): Warning message when using absolute links to aio in the documentation ( #50213 )
...
This commit adds a processor to check for absolute links to angular.io. Absolute links to aio should be avoided because they will appear as external links.
PR Close #50213
2023-05-10 14:29:50 -07:00
Alan Agius
cd5946bccd
build: lock file maintenance ( #50227 )
...
See associated pull request for more information.
(cherry picked from commit d5f92bdd64 )
PR Close #50227
2023-05-10 11:32:43 -07:00
Ambroise BAZIE
6945aff667
docs: fix typo on hydration in Preserve Whitespaces Configuration ( #50236 )
...
PR Close #50236
2023-05-10 10:35:07 -07:00
Matthieu Riegler
cc286be7af
docs(docs-infra): Remove warning for @Annotation. ( #50218 )
...
Per #50206 , `@Annotation` is needed for tsickle. This commit removes the warning "Invalid tags found" produced by dgeni for the annotation decorator.
PR Close #50218
2023-05-09 14:49:26 -07:00
emartinez
2ef473c524
docs: fix typos on first-app tutorial ( #50211 )
...
PR Close #50211
2023-05-09 14:47:55 -07:00
Matthieu Riegler
e4ad0672c3
docs: fix link label. ( #50209 )
...
Removing a duplicate https protocol.
PR Close #50209
2023-05-09 14:47:08 -07:00
Peter
55dfe80700
docs: standalone component preloading config ( #50193 )
...
The preloading modules documentation were missing information about how to apply preloading strategies to standalone application ( `ng new AppName --standalone` ).
Feel free to fix anything not in line with the Angular documentation style guide, as this is my first attempt at contributing :)
- Added example for `app.config.ts` providing info on the `withPreloading(<preloading strategy>)` you can add to the `provideRouter()` RouterFeatures.
- Specified that preloading modules also applies for standalone components.
PR Close #50193
2023-05-09 14:44:55 -07:00
Mark Thompson
1c7f690247
docs: update starter lesson to contain example images from the start ( #50212 )
...
We received feedback that the starter lesson should also include the stock images.
PR Close #50212
2023-05-09 14:43:14 -07:00
Jeremy Elbourn
ed7c881c14
docs: update releases guide for v16 ( #50128 )
...
Also clarify that the deprecations guide is for _noteworthy_ deprecations and may not be comprehensive.
PR Close #50128
2023-05-09 14:42:16 -07:00
Angular Robot
84a2e7db55
build: lock file maintenance ( #49914 )
...
See associated pull request for more information.
PR Close #49914
2023-05-09 14:38:45 -07:00
Matthieu Riegler
478c70c806
docs: delete aborted documentation files ( #49962 )
...
Those files were created as part of #47391 but the content was never merged.
PR Close #49962
2023-05-09 14:36:16 -07:00
Matthieu Riegler
a648e30449
docs: fix filename in first-app ( #50207 )
...
Same mistake as #50204 but a different file.
PR Close #50207
2023-05-08 14:47:29 -07:00
Shivam Katoch
fc1d777c69
docs: Fixed Spelling 'servivce' to 'service' ( #50204 )
...
PR Close #50204
2023-05-08 14:44:59 -07:00
WILLY FALONE KOUADIO
4655fd5ebc
docs: fix obs variable name to obs$ ( #50196 )
...
PR Close #50196
2023-05-08 14:43:02 -07:00
Ossama Rafique
46a3692a02
docs: changed component name to home.component.ts in point 2 of step 3 ( #50170 )
...
PR Close #50170
2023-05-08 14:41:02 -07:00
Matthieu Riegler
e60b3d45b9
build: remove unused deps ( #50116 )
...
* All `@types` package removed have typings in their package.
* brotli is unused
* tmp is unused
* vlq is unused
PR Close #50116
2023-05-08 14:33:20 -07:00
Alex Rickabaugh
9d4842cadb
Revert "docs(docs-infra): Remove unused annotation template ( #50114 )" ( #50206 )
...
This reverts commit a1ca162fd6 .
This commit causes failures in g3, because `@Annotation` is load-bearing for
tsickle's decorator downleveling transformation.
PR Close #50206
2023-05-08 09:45:35 -07:00
Matthieu Riegler
a631b1fe63
docs(docs-infra): remove remainings of the webworker platform. ( #50059 )
...
The webworker platform was droped in v11.
PR Close #50059
2023-05-04 09:06:55 +02:00
Matthieu Riegler
39d2ea0a4d
docs: remove mentions of the WebWorker platform ( #50059 )
...
The webworker platform was dropped in v11.
PR Close #50059
2023-05-04 09:06:55 +02:00