Kristiyan Kostadinov
e86a1d3441
docs: make all examples compatible with strict mode ( #41999 )
...
Turns on the `strict` compiler flag and resolves the compilation errors in the various AIO examples.
PR Close #41999
2021-05-17 10:42:18 -07:00
Pete Bacon Darwin
4859c0947a
build(docs-infra): implement full template checking for examples ( #40930 )
...
This commit turns on full template type checking and fixes the examples
that had errors.
PR Close #40930
2021-02-26 15:40:44 -08:00
Pete Bacon Darwin
4a9f7daf37
docs: remove unused "docregions" ( #40479 )
...
This commit removes all the docregion tags in examples that are not
being referenced in any doc.
PR Close #40479
2021-01-20 16:12:15 -08:00
Kapunahele Wong
184d0e568f
docs: edit getting started start-forms.md ( #39681 )
...
PR Close #39681
2021-01-11 15:34:12 -08:00
George Kalpakas
d08828339b
docs: refactor code in get-product
docregion of getting-started
docs example ( #40197 )
...
This commit slightly refactors the code in the `get-product` docregion
of the `getting-started` docs example to make it easier to follow.
PR Close #40197
2021-01-06 13:54:54 -08:00
George Kalpakas
1d78d4d774
docs: clean up docregions in the getting-started
docs example ( #40197 )
...
This commit does some minor clean-up in docregions of the
`getting-started` docs example. More specifically, it:
- Removes redundant docregion markers.
- Fixes whitespace inconsistencies.
- Adds `/* ... */` to indicate that there is more code before the end of
a docregion (in order to avoid confusion).
PR Close #40197
2021-01-06 13:54:54 -08:00
Troels Lenda
362f45c4bf
docs: use an explicit product id in the getting started example ( #34934 )
...
Simplyfing the example by prodiving an id for each
product instead of relying on their index in the array.
Closes #34738
PR Close #34934
2020-12-17 12:02:10 -08:00
Kapunahele Wong
1de59d2818
docs: edit step 2 of getting started start-routing.md ( #39593 )
...
PR Close #39593
2020-11-30 15:00:38 -08:00
Sonu Kapoor
6b4c5289b3
fix(docs-infra): remove routerLink
from top-bar
( #35951 )
...
Closes #35947
PR Close #35951
2020-03-13 08:25:39 -07:00
Aristeidis Bampakos
9ca1faf865
docs: Fix minor typos and coding styles ( #35325 )
...
- Fix minor typos in the Getting Started, Forms and AOT Compiler guide.
- Fix minor typo in the Tour of Heroes app.
- Fix coding styles in the Getting Started guide and the Tour of Heroes app
PR Close #35325
2020-02-13 13:31:30 -08:00
Kapunahele Wong
8410278b6d
docs: copy edit getting started step 4 ( #32839 )
...
PR Close #32839
2020-01-06 10:59:37 -08:00
Kapunahele Wong
3805172f9c
docs: edit copy of getting started step 3 ( #32820 )
...
PR Close #32820
2019-12-06 10:27:00 -08:00
Aristeidis Bampakos
55eaa5fb6d
docs: Use ngOnInit to fetch data from services in the getting started guide ( #32273 )
...
Call data services inside ngOnInit interface implementation of components.
closes #32048
PR Close #32273
2019-08-27 09:08:25 -07:00
Jonathan Pool
9ef9bfe76b
docs: change to explicit label type in getting-started form ( #31213 )
...
PR Close #31213
2019-07-18 10:32:04 -07:00
Lars Gyrup Brink Nielsen
ef4a15bc0b
docs: correct typos and formatting in the Getting Started guide ( #30758 )
...
PR Close #30758
2019-06-04 13:37:27 -07:00
Brandon
54289aec2d
docs: cleanup code snippets for getting started example app ( #29837 )
...
PR Close #29837
2019-04-22 16:31:04 -07:00
Brad Green
c0ec1d63ff
docs: update product-alerts.component.1.ts ( #29917 )
...
Make the example match the generated output seen in StackBlitz as shown https://next.angular.io/getting-started#input step 2 "Open product-alerts.component.ts."
PR Close #29917
2019-04-17 16:49:21 -07:00
Brandon
12c9bd257d
docs: add new getting started guide ( #27684 )
...
PR Close #27684
2019-03-29 10:47:37 -07:00