docs(zone): fix whitespace around backtick code

If there is no leading empty line then the markdown renderers get confused.
This commit is contained in:
Peter Bacon Darwin 2017-02-04 22:24:10 +00:00 committed by Igor Minar
parent 12f03b90fd
commit 80b66edfa7
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import {EventEmitter} from '../facade/async';
* -->
*
* ### Example
*
* ```
* import {Component, NgZone} from '@angular/core';
* import {NgIf} from '@angular/common';
@ -76,6 +77,7 @@ import {EventEmitter} from '../facade/async';
* }
* }
* ```
*
* @experimental
*/
export class NgZone {