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

Commit dde9969

Browse files
JFrankfurtFoxandxss
authored andcommitted
docs(cookbook/dynamic_forms): fix a typo (#2857)
1 parent 434308a commit dde9969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/dynamic-form.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include ../_util-fns
4242

4343
In our example we will be using Reactive Forms.
4444

45-
Reactive Forms belongs to a different `NgModule` called `ReactiveFormsModule`, so in order to access any Reactive Forms directives, we have to import `ReactiveFormsModule` from `AppModule`.
45+
Reactive Forms belongs to a different `NgModule` called `ReactiveFormsModule`, so in order to access any Reactive Forms directives, we have to import `ReactiveFormsModule` from the `@angular/forms` library.
4646

4747
We bootstrap our `AppModule` in main.ts.
4848

0 commit comments

Comments
 (0)