docs(forms): fix import in sample HeroFormsComponent - @angular/common -> @angular/forms
This commit is contained in:
parent
d1e6a24987
commit
e4c5fe32e7
@ -2,7 +2,7 @@
|
|||||||
// #docregion
|
// #docregion
|
||||||
// #docregion first, final
|
// #docregion first, final
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { NgForm } from '@angular/common';
|
import { NgForm } from '@angular/forms';
|
||||||
|
|
||||||
import { Hero } from './hero';
|
import { Hero } from './hero';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user