docs(common): remove h1s from API docs

Only one h1 is allowed per document, and this is provided by the template.
So we cannot have any h1 tags (or `#` markdown shorthand) in any API docs.

Closes #16193
This commit is contained in:
Peter Bacon Darwin
2017-05-10 11:00:02 +01:00
committed by Pete Bacon Darwin
parent 56ccd5e6a1
commit 67dc970ce4
3 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ import {ComponentFactoryResolver, ComponentRef, Directive, Injector, Input, NgMo
* ngModuleFactory: moduleFactory;">
* </ng-container>
* ```
* # Example
* ## Example
*
* {@example common/ngComponentOutlet/ts/module.ts region='SimpleExample'}
*