angular/aio/content/examples
George Kalpakas 3a46c2da7c refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143)
This commit updates the `tslint.json` configuration file, that is used
to lint the docs examples, to match the one generated for new Angular
CLI apps. There are some minimal differences (marked with `TODO`
comments) for things, such as component selector prefix, that would
require extensive and/or difficult to validate changes in guides.

This commit also includes the final adjustments to make the docs
examples code compatible with the new tslint rules. (The bulk of the
work has been done in previous commits.)

PR Close #38143
2020-07-31 11:00:06 -07:00
..
accessibility refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
ajs-quick-reference refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
animations refactor(docs-infra): fix docs examples for tslint rules related to underscores in variable names (#38143) 2020-07-31 11:00:06 -07:00
architecture refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
attribute-binding refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
attribute-directives refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
binding-syntax refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
bootstrapping test(docs-infra): fix unit tests and run them for specific docs examples on CI (#36143) 2020-04-06 15:31:07 -07:00
built-in-directives refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
built-in-template-functions refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
cli-builder/src fix(docs-infra): convert hard-coded cli-builder examples into a proper mini-app (#34362) 2020-01-21 13:12:18 -05:00
comparing-observables/src fix(docs-infra): convert hard-coded comparing-observables examples into a proper mini-app (#34327) 2020-01-21 13:14:46 -05:00
component-interaction refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
component-styles refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
dependency-injection refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
dependency-injection-in-action refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
displaying-data refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
docs-style-guide refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
dynamic-component-loader refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
dynamic-form refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
elements refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
event-binding refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
feature-modules test(docs-infra): fix unit tests and run them for specific docs examples on CI (#36143) 2020-04-06 15:31:07 -07:00
form-validation refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
forms refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
forms-overview refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
getting-started style(docs-infra): fix docs examples for tslint rules related to whitespace (#38143) 2020-07-31 11:00:05 -07:00
getting-started-v0 style(docs-infra): fix docs examples for tslint rules related to whitespace (#38143) 2020-07-31 11:00:05 -07:00
hierarchical-dependency-injection refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
http refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
i18n refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
inputs-outputs refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
interpolation refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
lazy-loading-ngmodules refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
lifecycle-hooks refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
ngcontainer docs: replace class hero to interface wherever class properties not used (#34022) 2019-11-25 11:37:39 -05:00
ngmodules refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
observables refactor(docs-infra): fix docs examples for tslint rules related to variable names (#38143) 2020-07-31 11:00:06 -07:00
observables-in-angular refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
pipes refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
practical-observable-usage build(docs-infra): renamed e2e property of example-config.json to tests (#36143) 2020-04-06 15:31:07 -07:00
property-binding refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
providers refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
providers-viewproviders refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
reactive-forms refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
resolution-modifiers refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
router refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
router-tutorial docs: Add new section, tutorials, to left nav, and a tutorial on routing (#36545) 2020-05-05 11:51:19 -07:00
rx-library build(docs-infra): renamed e2e property of example-config.json to tests (#36143) 2020-04-06 15:31:07 -07:00
schematics-for-libraries refactor(docs-infra): fix docs examples for tslint rules related to underscores in variable names (#38143) 2020-07-31 11:00:06 -07:00
security refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
service-worker-getting-started refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
set-document-title refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
setup refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
structural-directives refactor(docs-infra): fix docs examples for tslint rule only-arrow-functions (#38143) 2020-07-31 11:00:06 -07:00
styleguide refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
template-expression-operators refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
template-reference-variables refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
template-syntax style(docs-infra): fix docs examples for tslint rule import-spacing (#38143) 2020-07-31 11:00:05 -07:00
testing refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
toh-pt0 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt1 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt2 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt3 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt4 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt5 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
toh-pt6 refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
two-way-binding refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
universal refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00
upgrade-lazy-load-ajs refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
upgrade-module refactor(docs-infra): fix docs examples for Angular-specific tslint rules (#38143) 2020-07-31 11:00:06 -07:00
upgrade-phonecat-1-typescript refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
upgrade-phonecat-2-hybrid refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
upgrade-phonecat-3-final refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
user-input refactor(docs-infra): fix docs examples for tslint rule prefer-const (#38143) 2020-07-31 11:00:06 -07:00
.gitignore fix(docs-infra): include .gitignore file in CLI-based docs examples (#38173) 2020-07-22 10:15:09 -07:00
tsconfig.json build(aio): give intellisense to the examples 2017-04-15 22:15:54 +01:00
tslint.json refactor(docs-infra): update docs examples tslint.json to match CLI and fix failures (#38143) 2020-07-31 11:00:06 -07:00