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:
parent
12f03b90fd
commit
80b66edfa7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue