2

I want to use bootstrap-material-design in my Angular 2 application that uses angular-cli.

bootstrap-material-design (V4) uses SASS. And in order to make it work in Angular 2, I need to use sass-loader. But I didn't find any solution to make Angular-cli uses sass-loader since webpack configuration cannot be overrided (In my knowledge).

Is there any solution to use bootstrap-material-design in a Angular 2 application that uses angular-cli ?

Radouane ROUFID
  • 10,595
  • 9
  • 42
  • 80

1 Answers1

1

You can use angular-cli with sass without and loader. You can just set your prefix to sass or scss as you wish.

Check this out

Angular2 - Angular-CLI SASS options

Community
  • 1
  • 1
Mertcan Diken
  • 14,483
  • 2
  • 26
  • 33