fix(guide): fix incomplete import statements in displaying-data
This commit is contained in:
parent
fa8312a1bd
commit
b9339e5a17
|
@ -154,8 +154,8 @@
|
|||
code-tabs
|
||||
code-pane(language="javascript" name="TypeScript" format="linenums").
|
||||
//Typescript
|
||||
import {Component, View, bootstrap, For} from
|
||||
...
|
||||
import {Component, View, bootstrap, For} from 'angular2/angular2';
|
||||
directives: [For]
|
||||
|
||||
code-pane(language="javascript" name="ES5" format="linenums").
|
||||
|
@ -277,7 +277,7 @@
|
|||
code-tabs
|
||||
code-pane(language="javascript" name="TypeScript" format="linenums").
|
||||
//Typescript
|
||||
import {Component, View, bootstrap, For, If} from
|
||||
import {Component, View, bootstrap, For, If} from 'angular2/angular2';
|
||||
...
|
||||
directives: [For, If]
|
||||
code-pane(language="javascript" name="ES5" format="linenums").
|
||||
|
|
Loading…
Reference in New Issue