docs(aio): fix extraneous divs (#22069)

PR Close #22069
This commit is contained in:
Kapunahele Wong 2017-10-25 12:29:36 -04:00 committed by Matias Niemelä
parent 265ac8a106
commit 3a0b5a928c
1 changed files with 1 additions and 8 deletions

View File

@ -512,10 +512,6 @@ You rarely access Angular feature modules directly. You usually import them from
## NgModule
<div class="l-sub-section">
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.
</div>
{@a O}
@ -631,13 +627,10 @@ For more information, see the [Routing & Navigation](guide/router) page.
## Router module
<div class="l-sub-section">
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.
</div>
## Routing component