8 Commits

Author SHA1 Message Date
Kristiyan Kostadinov
e86a1d3441 docs: make all examples compatible with strict mode ()
Turns on the `strict` compiler flag and resolves the compilation errors in the various AIO examples.

PR Close 
2021-05-17 10:42:18 -07:00
George Kalpakas
c5e178997c build(docs-infra): update docs examples to Angular v10 ()
This commit updates the docs examples to Angular v10.1.3. In addition to
updating the dependencies versions, it also updates the project's
structure and config to more closely match what a new v10 CLI app would
look like. See, also, the [diff][1] between a basic v9.1.4 CLI app and a
v10.1.3 one.

[1]: https://github.com/cexbrayat/angular-cli-diff/compare/9.1.4..10.1.3

PR Close 
2020-09-28 16:24:59 -04:00
George Kalpakas
5303773daf refactor(docs-infra): fix docs examples for tslint rule prefer-const ()
This commit updates the docs examples to be compatible with the
`prefer-const` tslint rule.

This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.

PR Close 
2020-07-31 11:00:06 -07:00
George Kalpakas
fc709423f2 refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions ()
This commit updates the docs examples to be compatible with the
`only-arrow-functions` tslint rule.

This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.

PR Close 
2020-07-31 11:00:06 -07:00
George Kalpakas
7c0f11789b style(docs-infra): fix docs examples for tslint rules related to whitespace ()
This commit updates the docs examples to be compatible with the `align`,
`space-before-function-paren` and `typedef-whitespace` tslint rules.

This is in preparation of updating the docs examples `tslint.json` to
match the one generated for new Angular CLI apps in a future commit.

PR Close 
2020-07-31 11:00:05 -07:00
George Kalpakas
c9fd8e39f3 build(docs-infra): update project structure to cli@9 6/12 (index.html) ()
Update `index.html` (mostly remove empty line).

PR Close 
2020-03-18 10:00:01 -07:00
Brandon
2b5d52fbdc docs: add tests for lazy loading angularjs example ()
PR Close 
2019-06-28 09:26:49 -07:00
Brandon
c9f5f3d802 docs: add section to upgrade guide on lazy loading AngularJS ()
PR Close 
2019-05-21 13:06:01 -07:00