angular-docs-cn/aio/content/examples
Zhicheng WANG 8744f17f5d Merge remote-tracking branch 'en/master' into aio
# Conflicts:
#	aio/content/cli/index.md
#	aio/content/file-not-found.md
#	aio/content/guide/architecture-modules.md
#	aio/content/guide/architecture-services.md
#	aio/content/guide/build.md
#	aio/content/guide/deployment.md
#	aio/content/guide/elements.md
#	aio/content/guide/feature-modules.md
#	aio/content/guide/file-structure.md
#	aio/content/guide/forms-overview.md
#	aio/content/guide/glossary.md
#	aio/content/guide/i18n.md
#	aio/content/guide/npm-packages.md
#	aio/content/guide/releases.md
#	aio/content/guide/router.md
#	aio/content/guide/service-worker-config.md
#	aio/content/guide/service-worker-intro.md
#	aio/content/guide/testing.md
#	aio/content/guide/upgrade-performance.md
#	aio/content/navigation.json
#	aio/content/tutorial/toh-pt0.md
#	aio/content/tutorial/toh-pt5.md
#	aio/content/tutorial/toh-pt6.md
#	aio/package.json
#	aio/src/app/custom-elements/api/api-list.component.ts
#	aio/src/app/documents/document.service.ts
#	aio/src/app/layout/top-menu/top-menu.component.ts
#	aio/src/index.html
#	aio/src/styles/2-modules/_api-pages.scss
#	aio/tools/transforms/templates/api/base.template.html
#	aio/tools/transforms/templates/api/lib/memberHelpers.html
#	aio/tools/transforms/templates/cli/cli-container.template.html
#	aio/tools/transforms/templates/lib/githubLinks.html
#	aio/yarn.lock
#	packages/animations/src/animation_metadata.ts
#	packages/common/http/src/backend.ts
#	packages/common/http/src/client.ts
#	packages/common/http/src/headers.ts
#	packages/common/http/src/interceptor.ts
#	packages/common/http/src/module.ts
#	packages/common/http/src/params.ts
#	packages/common/http/src/request.ts
#	packages/common/http/src/response.ts
#	packages/common/src/common_module.ts
#	packages/common/src/directives/ng_class.ts
#	packages/common/src/directives/ng_style.ts
#	packages/common/src/directives/ng_switch.ts
#	packages/common/src/i18n/format_date.ts
#	packages/common/src/pipes/number_pipe.ts
#	packages/core/src/change_detection/change_detection_util.ts
#	packages/core/src/change_detection/pipe_transform.ts
#	packages/core/src/di/injectable.ts
#	packages/core/src/linker/element_ref.ts
#	packages/core/src/linker/template_ref.ts
#	packages/core/src/metadata/di.ts
#	packages/core/src/metadata/directives.ts
#	packages/core/src/metadata/lifecycle_hooks.ts
#	packages/core/src/metadata/ng_module.ts
#	packages/core/src/render/api.ts
#	packages/forms/src/directives/form_interface.ts
#	packages/forms/src/directives/ng_form.ts
#	packages/forms/src/directives/ng_model.ts
#	packages/forms/src/directives/reactive_directives/form_control_name.ts
#	packages/forms/src/directives/select_control_value_accessor.ts
#	packages/forms/src/directives/validators.ts
#	packages/forms/src/form_builder.ts
#	packages/forms/src/form_providers.ts
#	packages/forms/src/model.ts
#	packages/forms/src/validators.ts
#	packages/platform-browser/src/browser.ts
#	packages/platform-browser/src/security/dom_sanitization_service.ts
#	packages/router/src/config.ts
#	packages/router/src/events.ts
#	packages/router/src/router.ts
#	packages/router/src/router_module.ts
#	packages/router/src/shared.ts
2018-12-29 16:04:37 +08:00
..
ajs-quick-reference docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
animations test(animations): make e2e tests for animations docs examples less flaky (#26377) 2018-10-23 14:35:37 -07:00
architecture docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
attribute-directives docs: fix docregion in attribute directives for highlight directive (#23972) 2018-07-02 14:36:24 -07:00
bootstrapping docs: replace angular/http with HttpClient (#25066) 2018-07-24 20:51:50 -07:00
cli-quickstart docs: getting started updated for accuracy and style (#26093) 2018-10-12 14:16:02 -07:00
component-interaction docs(aio): changed 'onVoted' output property to 'voted' to be in line with the styleguide (#23832) 2018-05-16 17:23:05 -04:00
component-styles docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
dependency-injection docs: edit and organize di guide (#21915) 2018-08-30 13:15:47 -04:00
dependency-injection-in-action docs: edit and organize di guide (#21915) 2018-08-30 13:15:47 -04:00
displaying-data docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
docs-style-guide docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
dynamic-component-loader docs: fix dynamic-component-loader example for Adblock Plus + EasyList (#27212) 2018-11-30 13:35:38 -08:00
dynamic-form docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
elements test(elements): make e2e tests for elements docs examples even less flaky (#26726) 2018-10-24 19:49:14 -04:00
feature-modules docs: refactor feature modules example (#25069) 2018-07-27 09:28:12 -07:00
form-validation docs(aio): add async validation chapter (#25189) 2018-08-10 09:14:25 -07:00
forms docs: removed unused pull-left classes from hero form component (#26178) 2018-11-09 10:23:17 -08:00
forms-overview docs: remove unused properties from forms overview example (#25663) 2018-09-25 18:48:15 -07:00
hierarchical-dependency-injection docs: edit and organize di guide (#21915) 2018-08-30 13:15:47 -04:00
http Revert "docs: add testing styles in index.html, remove additional configuration" (#25892) 2018-10-09 17:04:19 -07:00
i18n docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
lazy-loading-ngmodules docs: fix broken lazy loading examples with Angular CLI RC upgrade (#25892) 2018-10-09 17:04:19 -07:00
lifecycle-hooks style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
ngcontainer docs: refactored ng-container code (#22742) 2018-07-06 13:49:35 -07:00
ngmodule-faq docs: fix broken lazy loading examples with Angular CLI RC upgrade (#25892) 2018-10-09 17:04:19 -07:00
ngmodules docs: fix broken lazy loading examples with Angular CLI RC upgrade (#25892) 2018-10-09 17:04:19 -07:00
observables docs: update docs to reflect the changes in RxJS 6 (#26238) 2018-10-08 13:43:12 -07:00
observables-in-angular fix: merge examples and images 2018-03-26 15:13:41 +08:00
pipes docs: refactor pipe example to use the HttpClient (#22741) 2018-07-30 14:34:32 -07:00
practical-observable-usage fix: merge examples and images 2018-03-26 15:13:41 +08:00
providers docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
quickstart build(aio): check for obsolete `plnkr.json` and missing `main` files (#20165) 2018-01-23 21:30:27 -08:00
reactive-forms docs: update shared example dependencies to Angular 7 and CLI 7 (#25892) 2018-10-09 17:04:19 -07:00
router docs: clean up providedIn: 'root' syntax for router examples (#20023) 2018-09-26 10:14:49 -07:00
rx-library docs: square odds example in rxjs guide (#24947) 2018-07-23 08:41:58 -07:00
security test(core): fix security example e2e test (#26777) 2018-10-26 12:31:49 -04:00
service-worker-getting-started fix(service-worker): deprecate `versionedFiles` in asset-group resources (#23584) 2018-05-15 12:19:08 -07:00
set-document-title docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
setup build: upgrade zone.js (#23108) 2018-04-04 08:24:02 -07:00
structural-directives docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
styleguide docs: make css multiline in styleguide for consistency (#25300) 2018-08-08 13:12:34 -07:00
template-syntax docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
testing style: change style css syntax (#27253) 2018-11-29 21:26:53 -08:00
toh-pt0 docs: fix typo (#26776) 2018-10-30 16:24:13 -04:00
toh-pt1 docs: consistent spacing in tutorial html files (#23105) (#24497) 2018-06-28 17:56:19 -04:00
toh-pt2 docs: fix issues related to tutorial. (#24445) 2018-09-25 18:45:19 -07:00
toh-pt3 docs: consistent spacing in tutorial html files (#23105) (#24497) 2018-06-28 17:56:19 -04:00
toh-pt4 docs: consistent spacing in tutorial html files (#23105) (#24497) 2018-06-28 17:56:19 -04:00
toh-pt5 style: change style css syntax (#27253) 2018-11-29 21:26:53 -08:00
toh-pt6 Merge remote-tracking branch 'en/master' into aio 2018-12-29 16:04:37 +08:00
universal style: change style css syntax (#27253) 2018-11-29 21:26:53 -08:00
upgrade-module docs(aio): Cleanup examples with edits from Igor/George (#23234) 2018-04-17 14:09:02 -07:00
upgrade-phonecat-1-typescript test(upgrade): make e2e tests for upgrade docs examples less flaky (#26726) 2018-10-24 19:49:14 -04:00
upgrade-phonecat-2-hybrid test(aio): fix upgrade-phonecat examples e2e tests (#24583) 2018-06-25 09:30:46 -07:00
upgrade-phonecat-3-final test(aio): fix upgrade-phonecat examples e2e tests (#24583) 2018-06-25 09:30:46 -07:00
user-input docs(aio): Upgrade examples to Angular 6 (#23234) 2018-04-17 14:09:02 -07:00
visual-studio-2015 docs(aio): remove example specific `.gitignore` files 2017-06-09 14:33:21 +01:00
.gitignore test(aio): fix upgrade-phonecat examples e2e tests (#24583) 2018-06-25 09:30:46 -07:00
tsconfig.json build(aio): give intellisense to the examples 2017-04-15 22:15:54 +01:00
tslint.json build(aio): lint examples 2017-05-03 13:44:41 -07:00