Answers for "no directive found with exportas 'ngform'"

0

no directive found with exportas 'ngform'

import { FormsModule }   from '@angular/forms';

@NgModule({
  imports: [
             BrowserModule,

             FormsModule      //<----------make sure you have added this.
           ],
  ....
})
Posted by: Guest on April-19-2021

Browse Popular Code Answers by Language