docs: fix stray div and reformat paragraph (#21676)

PR Close #21676
This commit is contained in:
Denny Brown 2018-01-19 13:39:02 -08:00 committed by Misko Hevery
parent 6c51665c82
commit 8c51c276c7
1 changed files with 2 additions and 7 deletions

View File

@ -20,15 +20,11 @@ unexpected definitions.
## Ahead-of-time (AOT) compilation
You can compile Angular applications at build time.
By compiling your application using the compiler-cli, `ngc`, you can bootstrap directly
to a module factory, meaning you don't need to include the Angular compiler in your JavaScript bundle.
By compiling your application using the compiler-cli, `ngc`, you can bootstrap directly to a module factory, meaning you don't need to include the Angular compiler in your JavaScript bundle.
Ahead-of-time compiled applications also benefit from decreased load time and increased performance.
</div>
## Annotation
In practice, a synonym for [Decoration](guide/glossary#decorator).
@ -126,8 +122,6 @@ between a "token"&mdash;also referred to as a "key"&mdash;and a dependency [prov
## Bootstrap
<div class="l-sub-section">
You launch an Angular application by "bootstrapping" it using the application root NgModule (`AppModule`).
Bootstrapping identifies an application's top level "root" [component](guide/glossary#component),
@ -643,6 +637,7 @@ A separate [NgModule](guide/glossary#ngmodule) that provides the necessary servi
For more information, see the [Routing & Navigation](guide/router) page.
</div>
## Routing component