docs(template-syntax): import {NgForm} from 'angular2/common'
closes #458
This commit is contained in:
parent
c33ee37144
commit
fba9e90fa6
|
@ -1,4 +1,5 @@
|
|||
import {Component, NgForm} from 'angular2/core';
|
||||
import {Component} from 'angular2/core';
|
||||
import {NgForm} from 'angular2/common';
|
||||
|
||||
import {Hero} from './hero';
|
||||
import {HeroDetailComponent, BigHeroDetailComponent} from './hero-detail.component';
|
||||
|
|
Loading…
Reference in New Issue