docs(reactive-forms): fix import symbol typos (#3368)

This commit is contained in:
joseph-newton 2017-03-13 14:07:34 +00:00 committed by Jesús Rodríguez
parent 0cc9ad2acd
commit a841380f1d
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ a#set-data
hook, which Angular calls whenever the input `hero` property changes
as the following steps demonstrate.
First, import the `ngOnChanges` and `import` symbol in `hero-detail.component.ts`.
First, import the `OnChanges` and `Input` symbols in `hero-detail.component.ts`.
+makeExample('reactive-forms/ts/src/app/hero-detail-6.component.ts', 'import-input','src/app/hero-detail.component.ts (core imports)')(format=".")