I know this may be duplicate question of "Can't bind to 'formGroup' since it isn't a known property of 'form'"
I found solution that i have to import { REACTIVE_FORM_DIRECTIVES } from '@angular/forms'.
But where can i add this reactive form?
Now i'm working in applyjob.component.html i think i have to add reative form directives in applyjob.component.ts but its not working.
The answer will be appreciated!