Angular2 : Can't bind to 'formGroup' since it isn't a known property of 'form'

前端 未结 7 2097
不知归路
不知归路 2020-12-17 08:50

I\'m new in angular 2 and i try to make a reactive form but i have some trouble. After many search in stack i found no solutions.

Here you can see my error

7条回答
  •  [愿得一人]
    2020-12-17 09:11

    For those still struggling with the error, make sure that you also import ReactiveFormsModule in your component 's module.ts file

    meaning that you will import your ReactiveFormsModule in your app.module.ts and also in your mycomponent.module.ts file

提交回复
热议问题