diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index c3c4ee206b..7aca78b128 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -512,10 +512,6 @@ You rarely access Angular feature modules directly. You usually import them from ## NgModule -
- - - Helps you organize an application into cohesive blocks of functionality. An NgModule identifies the components, directives, and pipes that the application uses along with the list of external NgModules that the application needs, such as `FormsModule`. @@ -526,7 +522,7 @@ For details and examples, see [NgModules](guide/ngmodules) and the related files in that section. -
+ {@a O} @@ -631,13 +627,10 @@ For more information, see the [Routing & Navigation](guide/router) page. ## Router module -
- A separate [NgModule](guide/glossary#ngmodule) that provides the necessary service providers and directives for navigating through application views. For more information, see the [Routing & Navigation](guide/router) page. -
## Routing component