docs(chore): make styles consistent for API doc headings

Closes #4816
This commit is contained in:
Naomi Black
2015-10-19 15:37:32 +01:00
committed by Naomi Black
parent 2c98a0f771
commit be3e7db5db
58 changed files with 131 additions and 131 deletions

View File

@ -107,7 +107,7 @@ export abstract class DynamicComponentLoader {
* Returns a promise for the {@link ComponentRef} representing the newly created Component.
*
*
* ## Example
* ### Example
*
* ```
* @ng.Component({
@ -167,7 +167,7 @@ export abstract class DynamicComponentLoader {
* Returns a promise for the {@link ComponentRef} representing the newly created Component.
*
*
* ## Example
* ### Example
*
* ```
* @ng.Component({
@ -221,7 +221,7 @@ export abstract class DynamicComponentLoader {
* Returns a promise for the {@link ComponentRef} representing the newly created Component.
*
*
* ## Example
* ### Example
*
* ```
* @ng.Component({

View File

@ -76,7 +76,7 @@ export abstract class AppViewManager {
* Use {@link AppViewManager#destroyRootHostView} to destroy the created Component and it's Host
* View.
*
* ## Example
* ### Example
*
* ```
* @ng.Component({

View File

@ -43,7 +43,7 @@ export interface HostViewRef {
* removing nested Views via a {@link ViewContainer}. Each View can contain many View Containers.
* <!-- /TODO -->
*
* ## Example
* ### Example
*
* Given this template...
*
@ -139,7 +139,7 @@ export class ViewRef_ extends ViewRef {
* {@link Compiler#compileInHost} API.
*
*
* ## Example
* ### Example
*
* Given this template:
*