DEV Community

Discussion on: Tutorial: Styling Angular CLI Apps with Bootstrap

Collapse
 
yassinrian profile image
YassinRian

an error will occur when compiling the " login.component.html"...to fix this you need to add
import { FormsModule, ReactiveFormsModule} from '@angular/forms'; to the login module

Collapse
 
beeman profile image
beeman 🐝

Thanks, you're totally right - my bad!

I'll update the tutorial today!

Collapse
 
yassinrian profile image
YassinRian

No worries...thanks for the nice writeup!