Jecelyn,
Andrew
1
Hi Andrew, looking at the errors, there are a few things to check,
- first, have you install @angular/forms?
- add ‘@angular/forms’ in system-config
- enable new forms module in your bootstrap file (normally is main.ts)
- in your component ts file, import REACTIVE_FORM_DIRECTIVES and inject into directives