Linus Wieland
fcdae578fe
docs(animations): fix typo in state name of keyframes example ( #52155 )
...
PR Close #52155
2023-10-11 09:15:04 -07:00
Matthieu Riegler
4721208d5a
docs: remove mention of the string based lazy loading ( #51651 )
...
String based lazy loading has been deprecated in v8 and remove in v13. We can safely remove it from the docs.
PR Close #51651
2023-09-05 16:53:29 +00:00
Joey Perrott
3fd41a14cd
refactor(docs-infra): correct incomplete string replacement ( #51585 )
...
Find all usages of `\n` and replace them instead of just the first.
PR Close #51585
2023-08-31 16:35:51 +00:00
Luis Castro
dc4f77c851
docs(core): clarify InjectionToken usage ( #51386 )
...
- Emphasized the importance of using the same InjectionToken instance for both provider and injection call.
- Added examples to illustrate correct usages to prevent NullInjectorError.
PR Close #51386
2023-08-30 15:53:24 +00:00
Joey Perrott
403833557b
fix(docs-infra): escape the . character in regex ( #51555 )
...
Escape the `.` character in a hostnaem regex
PR Close #51555
2023-08-29 21:13:14 +00:00
Joey Perrott
fbd5d0e7b5
build: include bazel build file in aio playground code ( #51485 )
...
Include the bazel build file in the aio playground code so it contains the same bazel
targets as the regular examples.
PR Close #51485
2023-08-23 14:44:04 -07:00
Mark Thompson
7f0563eb6e
docs(animations): update animation docs to be standalone first ( #51390 )
...
Update the animation example files to be standalone and use boostrap application, update the documentation to prioritize standalone
PR Close #51390
2023-08-21 13:01:21 -07:00
Andrew Scott
da68bead56
docs(router): Clarify how to clear secondary routes ( #51376 )
...
The example for clearing secondary outlets currently only works because
the named outlet appears at the root of the application's route config.
If developers follow this example with an outlet that is not at the
root level, they will not be able to close the outlet.
This commit updates the example to provide a more robust way
of clearing the outlet from the activated outlet component
as well as providing a warning about how the commands are applied.
Lastly, there is a small bit of guidance provided for developers who
might want to explore the ability to close an outlet from any location
in the app, without needing to be aware of the activated route.
An example of this can be found here:
https://stackblitz.com/edit/close-outlet-from-anywhere
resolves #51373
resolves #13523
PR Close #51376
2023-08-15 15:43:18 -07:00
aanchal
1c41633483
docs: add the doc type attribute ( #51332 )
...
PR Close #51332
2023-08-15 09:53:06 -07:00
aanchal
af0c8b8fa8
docs: add legend tag to fieldset ( #51259 )
...
PR Close #51259
2023-08-09 17:18:39 -07:00
aanchal
cf62063174
docs: add title tag to index file ( #51266 )
...
PR Close #51266
2023-08-04 11:29:52 -04:00
aanchal
d86e637a75
docs: add lang attribute to html files ( #51235 )
...
PR Close #51235
2023-08-01 12:16:44 -07:00
Matthieu Riegler
a871e23857
docs: remove duplicate words. ( #51215 )
...
Using the `\b(\w+)\s+\1\b` we can find duplicate word. Let's remove them.
PR Close #51215
2023-08-01 12:08:33 -07:00
aanchal
63b7f52008
docs: update the html tags ( #51198 )
...
PR Close #51198
2023-08-01 11:53:30 -07:00
sunilbaba
bb0f3bc125
docs(docs-infra): Adding required and Transform Args into the usage and documentation of input ( #51173 )
...
I# No commands remaining.
PR Close #51173
2023-07-26 10:03:41 -07:00
Angular Robot
27d43a4a7f
build: lock file maintenance ( #51134 )
...
See associated pull request for more information.
PR Close #51134
2023-07-24 08:12:51 -07:00
Mark Thompson
7f52d471b0
docs: fix image issues by hosting them on aio, refactor content ( #51014 )
...
PR Close #51014
2023-07-13 09:36:55 -07:00
Mark Thompson
1750da3bc2
docs: delete the files from each of the directories. ( #51014 )
...
PR Close #51014
2023-07-13 09:36:55 -07:00
Matthieu Riegler
394ca3b49a
docs: Improve documentation about Injection context / inject ( #49782 )
...
Injection context has gain public visibility with the exposure of `inject`. Lets provide some insights.
Closes #49774
PR Close #49782
2023-07-10 07:09:31 -07:00
Matthieu Riegler
5d11844a7c
docs: update link to the TS config. ( #50933 )
...
This TS config doc is now at https://angular.io/guide/typescript-configuration
PR Close #50933
2023-07-05 13:58:35 +02:00
Maciej Wojcik
0ef49141ea
docs: invert logic for disabled in getting started docs ( #50822 )
...
invert disabled logic, so it is clear that the button is disabled when canClick is set to false, not the other way around, as before
PR Close #50822
2023-06-23 09:37:10 -07:00
alkavats1
5dc7a99393
docs: added the alt attribute to the imag tag and replaced the i tag with the em tag ( #50570 )
...
PR Close #50570
2023-06-14 15:28:22 +02:00
Kristiyan Kostadinov
1400e5589d
docs: update schematic authoring guide to use new utilities ( #50667 )
...
Updates the guide for writing `ng add` schematics to include the new authoring utilities. I've also removed the `NodePackageInstallTask` because it's redundant.
PR Close #50667
2023-06-12 19:15:45 +02:00
aanchal
58549e7f18
docs: added lang attributes in html files ( #50588 )
...
PR Close #50588
2023-06-12 12:08:09 +02:00
alkavats1
f7f15ae2a9
docs: added title attribute to the iframe tag ( #50569 )
...
PR Close #50569
2023-06-12 11:24:35 +02:00
aanchal
a163d35c31
docs: removed unused methods ( #50631 )
...
PR Close #50631
2023-06-09 17:41:55 +02:00
aanchal
70c2e39b0b
docs: updated the markup elements ( #50586 )
...
PR Close #50586
2023-06-06 14:14:26 -07:00
Angular Robot
7ca301acd5
build: update dependency eslint-plugin-jsdoc to v45 ( #50523 )
...
See associated pull request for more information.
PR Close #50523
2023-05-31 12:34:26 -07:00
alkavats1
9acc0e32c4
docs: refactored the markup tags ( #50481 )
...
PR Close #50481
2023-05-30 09:21:58 -07:00
alkavats1
7d8ebfc949
docs: updated the deprecated tag of width in table tag ( #50487 )
...
PR Close #50487
2023-05-30 09:21:27 -07:00
alkavats1
203b55a8cd
docs: replaced the html tags with the updated ones ( #50403 )
...
PR Close #50403
2023-05-22 17:36:33 +00:00
gdarnell
5f3e8a9312
docs: clarify example instructions ( #50371 )
...
PR Close #50371
2023-05-22 14:45:28 +00:00
Ivan Bakhtin
97f90e0e0c
docs: fix typo in housing.service.ts first app lesson 13 ( #50387 )
...
PR Close #50387
2023-05-22 14:44:20 +00:00
Ivan Bakhtin
bf0c2674ad
docs: fix typo in housing.service.ts lesson 12 ( #50387 )
...
PR Close #50387
2023-05-22 14:44:20 +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
aanchal
00b4924bad
docs: remove unused oninit method ( #50353 )
...
PR Close #50353
2023-05-19 14:19:59 +00:00
Matthieu Riegler
63f5dfdf52
docs: fix inconsistencies in getting started ( #50275 )
...
Fixes #50274
PR Close #50275
2023-05-15 09:23:16 -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
Mark Thompson
e074e5386e
docs: update broken tests ( #49980 )
...
PR Close #49980
2023-05-01 10:02:20 -07:00
Mark Thompson
525d7fa1c6
docs: update linting issues and fix failing tests ( #49980 )
...
PR Close #49980
2023-05-01 10:02:20 -07:00
Mark Thompson
b6b320308d
docs: add first-app lesson-14 ( #49980 )
...
Adds the content for lesson 14, updates a mistake in lesson 13, and updates the tutorial index page.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
f276b9d1ab
docs: update first-app tutorial lesson 13 ( #49980 )
...
Adds the content for lesson 13, fixes some code inconsistencies for the services code in the examples, and adds this lesson to the navigation.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
a1227bc3e6
docs: update first-app lesson 12 ( #49980 )
...
Add content for tutorial lesson 12 and update the code examples.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
51b5d164c7
docs: update first-app tutorial lesson 11 ( #49980 )
...
Add content for lesson 11. Update previous lessons and code examples be in line with the latest lesson formatting.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
58d940a825
docs: update first-app tutorial lesson 10 ( #49980 )
...
Updated the content for the tutorial lesson 10, added doc regions to the code and updated the service. Also added a placeholder for lesson 11.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
24ccb9f724
docs: update first-app tutorial lesson 09 ( #49980 )
...
Updates the content of the lesson and adds a placeholder for the next lesson. Also, updates the code for the example to reflect the patterns from the previous iterations.
PR Close #49980
2023-05-01 10:02:19 -07:00
Mark Thompson
8dbe83dcfb
docs: add first app tutorial lesson 08 ( #49980 )
...
Adds lesson 8, some images, fixes a typo and adds the required navigation item
PR Close #49980
2023-05-01 10:02:18 -07:00
Mark Thompson
0619480679
docs: add first-app lesson 07 ( #49980 )
...
Adds the content for lesson 07, a new image, a navigation entry and some updates to the example code for this lesson. Also, this updates previous lessons where typos and copy/pasta errors show up
PR Close #49980
2023-05-01 10:02:18 -07:00
Mark Thompson
074c9e1484
docs: add first-app-lesson-06 ( #49980 )
...
Adds lesson 06 as well as fixes up some code inconsistencies. Adds docregions to some lessons and adds a missed step, misspellings and more to previous lessons.
PR Close #49980
2023-05-01 10:02:18 -07:00