Problem with my form

Hello,

I need to create a form in my app but I have a problem, when I try to access the page here is the error I get.

Error: Uncaught (in promise): Error: NodeInjector: NOT_FOUND [ControlContainer] getOrCreate Injectable

Thank’s for help !

Problem solved !

For anyone who uses a modal, it’s important to import dependencies into your modal’s parent file.

import { ReactiveFormsModule } from '@angular/forms';
1 Like