Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e4c5fe3

Browse files
committed
docs(forms): fix import in sample HeroFormsComponent - @angular/common -> @angular/forms
1 parent d1e6a24 commit e4c5fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/forms/ts/app/hero-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// #docregion
33
// #docregion first, final
44
import { Component } from '@angular/core';
5-
import { NgForm } from '@angular/common';
5+
import { NgForm } from '@angular/forms';
66

77
import { Hero } from './hero';
88

0 commit comments

Comments
 (0)