I am creating basic angular reactiveForm but i am getting an errow Property 'employeeForm' has no initializer and is not definitely assigned in the constructor
I followed to set false to the strict in tsconfig.json. When i do this the error dissapears but sand the code gets compiled successfuly but the employeeForm property was underlined with the same error and the programs runs successfully but i when i console the formgroup elemmnts they are not displyed in the console.
That means it is now working. i feel this is because of this error.
Please help me how to intialize the formGruop elements at the time time of declaration or else your own ideas.
[