DEV Community

Discussion on: Tutorial: Aplicaciones de Angular CLI con bootstrap

Collapse
 
santi72alc profile image
Santiago San Román • Edited

I had the same problem...
I fixed it modifying 'login.module.ts'
add the next import
import { ReactiveFormsModule } from '@angular/forms';

and the problem was fixed for me.
Good luck!!