From 2f6c97e93c70d2f8f65f90d6ac5a4339b8790b7e Mon Sep 17 00:00:00 2001 From: thanhpd <6737911+thanhpd@users.noreply.github.com> Date: Sat, 26 Oct 2019 21:35:03 +0700 Subject: [PATCH] docs: remove redundant whitespaces and fix minor typos (#33422) PR Close #33422 --- aio/content/guide/aot-compiler.md | 2 +- aio/content/guide/architecture-components.md | 4 +- aio/content/guide/architecture-services.md | 2 +- aio/content/guide/build.md | 2 +- aio/content/guide/cli-builder.md | 8 ++-- aio/content/guide/comparing-observables.md | 13 +++---- .../guide/complex-animation-sequences.md | 2 +- aio/content/guide/component-interaction.md | 2 +- aio/content/guide/creating-libraries.md | 6 +-- .../guide/dependency-injection-in-action.md | 2 +- .../guide/dependency-injection-navtree.md | 3 +- aio/content/guide/dependency-injection.md | 8 ++-- aio/content/guide/deployment.md | 4 +- aio/content/guide/docs-style-guide.md | 2 +- aio/content/guide/dynamic-form.md | 2 +- aio/content/guide/elements.md | 2 +- aio/content/guide/entry-components.md | 2 +- aio/content/guide/file-structure.md | 8 ++-- aio/content/guide/forms-overview.md | 21 +++++----- aio/content/guide/glossary.md | 4 +- .../hierarchical-dependency-injection.md | 4 +- aio/content/guide/http.md | 4 +- aio/content/guide/ivy-compatibility.md | 2 +- aio/content/guide/migration-injectable.md | 3 +- aio/content/guide/migration-renderer.md | 2 +- aio/content/guide/npm-packages.md | 32 ++++++++-------- aio/content/guide/observables.md | 8 ++-- aio/content/guide/pipes.md | 2 +- aio/content/guide/reactive-forms.md | 2 +- aio/content/guide/reusable-animations.md | 2 +- aio/content/guide/route-animations.md | 2 +- aio/content/guide/router.md | 8 ++-- aio/content/guide/schematics-authoring.md | 2 +- aio/content/guide/schematics-for-libraries.md | 6 +-- aio/content/guide/schematics.md | 4 +- .../guide/service-worker-getting-started.md | 2 +- aio/content/guide/set-document-title.md | 5 +-- aio/content/guide/template-syntax.md | 2 +- aio/content/guide/testing.md | 6 +-- aio/content/guide/transition-and-triggers.md | 2 +- aio/content/guide/upgrade.md | 4 +- aio/content/guide/user-input.md | 4 +- aio/content/guide/using-libraries.md | 2 +- aio/content/guide/visual-studio-2015.md | 38 +++++++++---------- aio/content/guide/workspace-config.md | 6 +-- aio/content/start/forms.md | 3 +- aio/content/start/index.md | 3 +- aio/content/tutorial/toh-pt0.md | 2 +- aio/content/tutorial/toh-pt2.md | 2 +- aio/content/tutorial/toh-pt4.md | 2 +- aio/content/tutorial/toh-pt5.md | 2 +- aio/content/tutorial/toh-pt6.md | 2 +- 52 files changed, 129 insertions(+), 140 deletions(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 91977414c1..ae3e63c7e7 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -144,7 +144,7 @@ describes the JSON format as a collection of TypeScript interfaces. {@a expression-syntax} ### Expression syntax limitations -The AOT collector only understands a subset of JavaScript. +The AOT collector only understands a subset of JavaScript. Define metadata objects with the following limited syntax: