docs(reactive-forms): fix import symbol typos (#3368)
This commit is contained in:
parent
0cc9ad2acd
commit
a841380f1d
|
@ -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=".")
|
||||
|
||||
|
|
Loading…
Reference in New Issue