docs(validation): Change to 'Table of Contents'
Same change to NgModules closes #2315
This commit is contained in:
parent
39c5a2b949
commit
a52d8c3e76
|
@ -12,7 +12,7 @@ a#top
|
|||
|
||||
a#toc
|
||||
:marked
|
||||
## Contents
|
||||
## Table of Contents
|
||||
|
||||
[Simple Template-Driven Forms](#template1)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ block includes
|
|||
This page explains how to **create** `NgModule` classes and how to load them,
|
||||
either immediately when the application launches or later, as needed, via the [Router](router.html).
|
||||
|
||||
## Contents
|
||||
## Table of Contents
|
||||
* [Angular modularity](#angular-modularity "Add structure to the app with NgModule")
|
||||
* [The application root module](#root-module "The startup module that every app requires")
|
||||
* [Bootstrap](#bootstrap "Launch the app in a browser with the root module as the entry point") the root module
|
||||
|
|
Loading…
Reference in New Issue