Skip to main content
Active reading [<https://en.wikipedia.org/wiki/HTML> <https://english.stackexchange.com/questions/4645/is-it-ever-correct-to-have-a-space-before-a-question-or-exclamation-mark#comment206109_4645>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

Yes, that's it, in the app.module.ts In the app.module.ts file, I just added  :

import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] }) 

Yes that's it, in the app.module.ts, I just added  :

import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] }) 

Yes, that's it. In the app.module.ts file, I just added:

import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] }) 
formatting/clarity
Source Link
Jason Swett
  • 45.4k
  • 70
  • 231
  • 360

Yes that's it, in the app.module.ts, I just added :

import { FormsModule }  from '@angular/forms'; [...] @NgModule({   imports:  [  [ [...]   FormsModule  ],  [...] }) 

Yes that's it, in the app.module.ts, I just added :

import { FormsModule }  from '@angular/forms'; [...] @NgModule({   imports:  [ [...]   FormsModule ], [...] }) 

Yes that's it, in the app.module.ts, I just added :

import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [  [...] FormsModule  ],  [...] }) 
Source Link
Anthony Brenelière
  • 63.9k
  • 16
  • 49
  • 59

Yes that's it, in the app.module.ts, I just added :

import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] })