angular-cn/aio/content/guide
Umair Sarfraz 9c06af2dfc docs: update node minimum version (#31192)
Docs for for Travis CI setup suggest using node version 8 when the minimum should be 10. This commit updates the documentation by specifying the minimum required version as 10.

Fixes https://github.com/angular/angular/issues/31185

PR Close #31192
2019-06-21 12:02:38 -07:00
..
ajs-quick-reference.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
animations.md docs: fix typo in animations doc (#30457) 2019-05-15 14:26:11 -07:00
aot-compiler.md style: change to American English (#27266) 2019-01-29 16:30:25 -08:00
app-shell.md docs: add app shell guide (#28591) 2019-03-21 15:54:26 -07:00
architecture-components.md docs: change reference to jQuery programmers (#30386) 2019-05-13 10:49:26 -07:00
architecture-modules.md docs: re-phrase note in architecture guide for clarity (#28543) 2019-02-26 08:39:16 -08:00
architecture-next-steps.md docs: fix links to setup and cli docs (#26463) 2018-10-16 14:14:19 -07:00
architecture-services.md docs: fix typo (#26878) 2018-11-13 10:49:35 -08:00
architecture.md docs: fix explanation of Injectable decorator in architecture guide (#27480) 2019-01-22 10:18:05 -08:00
attribute-directives.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
bazel.md fix(bazel): do not modify tsconfig.json (#30877) 2019-06-11 14:23:00 -07:00
bootstrapping.md docs: change links to cli wiki to link to new aio docs (#26489) 2018-10-17 11:06:34 -07:00
browser-support.md docs: fix typo in browser-support.md (ES1015 --> ES2015) (#31157) 2019-06-21 10:14:23 -07:00
build.md docs: add missing word in build and deploy guide to clarify sentence (#31093) 2019-06-18 11:00:27 -07:00
cheatsheet.md docs: document UrlTree in guard return type in cheatsheet (#30822) 2019-06-03 11:43:25 -07:00
cli-builder.md docs: add new cli builder api guide (#29964) 2019-05-22 16:19:54 -07:00
comparing-observables.md docs: rewrite Observable examples with pipable operators (#31074) 2019-06-18 09:47:06 -07:00
complex-animation-sequences.md docs: update group() link to point to the animations group API (#30618) 2019-06-18 10:49:46 -07:00
component-interaction.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
component-styles.md docs: clarify usage of using /deep/ in component styles guide (#30452) 2019-05-30 13:32:31 -04:00
creating-libraries.md docs: add architect terms (#26963) 2019-04-29 13:22:20 -07:00
dependency-injection-in-action.md docs: clarify behavior of dependency injection at root injector (#28753) 2019-02-19 12:33:48 -08:00
dependency-injection-navtree.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
dependency-injection-providers.md docs: remove coremodule references (#28434) 2019-03-29 10:29:51 -07:00
dependency-injection.md docs: fix spelling of 'its' (#30455) 2019-05-21 13:07:13 -07:00
deployment.md docs: fix bad tag (#31115) 2019-06-19 15:52:46 -07:00
deprecations.md docs: fix closing tags in deprecation summary (#30735) 2019-05-30 13:38:54 -04:00
displaying-data.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
docs-style-guide.md docs: add no-auto-link instructions to docs style guide (#30980) 2019-06-13 17:00:46 -07:00
dynamic-component-loader.md docs: fix dynamic-component-loader example for Adblock Plus + EasyList (#27212) 2018-11-30 13:35:38 -08:00
dynamic-form.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
elements.md docs(elements): move clarification about custom elements (#30594) 2019-05-30 13:35:15 -04:00
entry-components.md docs: update bootstrapping and entry component guide to use httpclient (#25178) 2018-07-30 16:00:19 -07:00
feature-modules.md docs: describe your change... (#26784) 2018-10-30 13:49:12 -04:00
file-structure.md docs: update file structure and workspace config for v8 (#30595) 2019-05-22 11:20:18 -07:00
form-validation.md docs: fix ngModel typo in form validation guide (#27574) 2018-12-11 16:22:58 -08:00
forms-overview.md docs: forms overview copy edit (#26450) 2018-10-19 11:08:47 -07:00
forms.md docs: change links to cli wiki to link to new aio docs (#26489) 2018-10-17 11:06:34 -07:00
frequent-ngmodules.md docs: change links to cli wiki to link to new aio docs (#26489) 2018-10-17 11:06:34 -07:00
glossary.md docs: fix javascript module link (#31181) 2019-06-21 10:14:39 -07:00
hierarchical-dependency-injection.md docs(core): DI module-level info fix (#29756) 2019-04-09 12:23:43 -07:00
http.md docs: change interceptor documentation (#30969) 2019-06-18 09:46:34 -07:00
i18n.md docs: use correct values from `code-example` in i18n (#29920) 2019-04-16 10:31:16 -07:00
ivy.md docs: code sample closing in ivy.md (#30711) 2019-05-30 13:32:11 -04:00
language-service.md docs: add missing window key shortcut to language service guide (#29613) 2019-04-01 11:28:12 -07:00
lazy-loading-ngmodules.md docs: use dynamic import syntax in examples using lazy loading (#30563) 2019-05-21 09:09:35 -07:00
libraries.md docs: add custom-element ref to library overview (#28476) 2019-04-01 12:04:06 -07:00
lifecycle-hooks.md docs: fix typo in lifecycle-hooks.md (#28206) 2019-01-29 16:32:02 -08:00
module-types.md docs: several minor `NgModule` guide fixes/improvements (#21589) 2018-01-18 18:22:20 -06:00
ngmodule-api.md docs: add api doc to commonly queried elements 2018-07-20 12:39:10 -07:00
ngmodule-faq.md docs: remove coremodule references (#28434) 2019-03-29 10:29:51 -07:00
ngmodule-vs-jsmodule.md docs: change links to cli wiki to link to new aio docs files m to z (#26492) 2018-10-17 11:06:07 -07:00
ngmodules.md docs: change links to cli wiki to link to new aio docs files m to z (#26492) 2018-10-17 11:06:07 -07:00
npm-packages.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
observables-in-angular.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
observables.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
pipes.md docs: fix a grammar mistake (#30949) 2019-06-11 14:19:16 -07:00
practical-observable-usage.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
providers.md docs: fix filename in example headers for provider guides (#29889) 2019-05-09 11:27:00 -07:00
reactive-forms.md docs: change doc for address form group in reactive forms guide (#30007) 2019-04-22 11:17:37 -07:00
releases.md docs: add core and cli version alignment note (#30976) 2019-06-19 08:49:24 -07:00
reusable-animations.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
route-animations.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
router.md docs: use dynamic import syntax in examples using lazy loading (#30563) 2019-05-21 09:09:35 -07:00
rx-library.md docs: remove deprecated `fromPromise` from RxJS guide (#28015) 2019-01-09 15:37:52 -08:00
schematics-authoring.md docs: add schematics guide (#28343) 2019-03-19 15:47:14 -04:00
schematics-for-libraries.md docs: update readme. sentence correction. (#30136) 2019-04-26 16:36:53 -07:00
schematics.md docs: add schematics guide (#28343) 2019-03-19 15:47:14 -04:00
security.md docs(core): update security guide sanitize example (#26777) 2018-10-26 12:31:49 -04:00
service-worker-communications.md docs(service-worker): note about isStable/setInterval (#28102) 2019-02-06 15:13:19 -05:00
service-worker-config.md refactor(service-worker): DRY up SW registration logic (#21842) 2019-04-25 12:29:58 -07:00
service-worker-devops.md feat(service-worker): support bypassing SW with specific header/query param (#30010) 2019-04-25 13:09:44 -07:00
service-worker-getting-started.md docs(service-worker): mention that HTTPS is required, unless on `localhost` (#30847) 2019-06-04 12:03:11 -07:00
service-worker-intro.md docs(service-worker): mention that HTTPS is required, unless on `localhost` (#30847) 2019-06-04 12:03:11 -07:00
set-document-title.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
setup-local.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
setup.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
sharing-ngmodules.md docs: several minor `NgModule` guide fixes/improvements (#21589) 2018-01-18 18:22:20 -06:00
singleton-services.md docs: fix broken link in singleton services doc (#31007) 2019-06-13 17:05:20 -07:00
static-query-migration.md docs(core): add more info to static query guide (#30646) 2019-05-23 22:14:49 -07:00
structural-directives.md docs: add note about ngModel usage in structural directives guide (#29522) 2019-03-29 10:26:15 -07:00
styleguide.md docs: remove core.module.ts from file tree in style guide (#30679) 2019-05-28 09:27:49 -07:00
template-syntax.md docs: clarify wording in Template Syntax (#31119) 2019-06-21 10:23:38 -07:00
testing.md docs: update node minimum version (#31192) 2019-06-21 12:02:38 -07:00
transition-and-triggers.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
typescript-configuration.md docs: refresh TypeScript configuration guide with updated info and files (#31097) 2019-06-18 09:47:48 -07:00
universal.md docs: update universal project structure (#29332) 2019-03-15 14:08:23 -04:00
updating.md docs: update deprecation practices, update release date, edits for readability and consistency (#29644) 2019-04-24 17:00:23 -07:00
upgrade-performance.md feat(upgrade): support downgrading multiple modules (#26217) 2018-11-05 16:33:55 -08:00
upgrade.md docs: fix typo in upgrade guide example (#30428) 2019-05-30 13:40:06 -04:00
user-input.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
using-libraries.md docs: clarify library types integration (#28410) 2019-02-11 17:13:44 +00:00
visual-studio-2015.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
web-worker.md docs: add Web Worker guide (#29633) 2019-04-01 15:31:47 -07:00
workspace-config.md docs: update file structure and workspace config for v8 (#30595) 2019-05-22 11:20:18 -07:00