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

Commit a841380

Browse files
joseph-newtonFoxandxss
authored andcommitted
docs(reactive-forms): fix import symbol typos (#3368)
1 parent 0cc9ad2 commit a841380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ a#set-data
715715
hook, which Angular calls whenever the input `hero` property changes
716716
as the following steps demonstrate.
717717

718-
First, import the `ngOnChanges` and `import` symbol in `hero-detail.component.ts`.
718+
First, import the `OnChanges` and `Input` symbols in `hero-detail.component.ts`.
719719

720720
+makeExample('reactive-forms/ts/src/app/hero-detail-6.component.ts', 'import-input','src/app/hero-detail.component.ts (core imports)')(format=".")
721721

0 commit comments

Comments
 (0)