Jecelyn,
Andrew
1

Hi Andrew, looking at the errors, there are a few things to check,

  1. first, have you install @angular/forms?
  2. add ‘@angular/forms’ in system-config
  3. enable new forms module in your bootstrap file (normally is main.ts)
  4. in your component ts file, import REACTIVE_FORM_DIRECTIVES and inject into directives