To add bootstrap in Angular CLI
add index.html
for import component where you used:
and import [ ButtonsModule.forRoot(),]
then, you can use the bootstrap component in your project..
Last updated
Was this helpful?
add index.html
for import component where you used:
and import [ ButtonsModule.forRoot(),]
then, you can use the bootstrap component in your project..
Last updated
Was this helpful?