diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 75d53452c8..c3c4ee206b 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -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. - - - ## Annotation In practice, a synonym for [Decoration](guide/glossary#decorator). @@ -126,8 +122,6 @@ between a "token"—also referred to as a "key"—and a dependency [prov ## Bootstrap -
- 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. +
## Routing component