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

docs(cookbook/dynamic_forms) fix a typo #2857

Merged
merged 1 commit into from
Nov 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/cookbook/dynamic-form.jade
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include ../_util-fns

In our example we will be using Reactive Forms.

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`.
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.

We bootstrap our `AppModule` in main.ts.

Expand Down