Angular 5 with Bootstrap 4 not working

后端 未结 7 723
粉色の甜心
粉色の甜心 2021-02-04 18:50

I created a new Angular 5 project. After that I followed instructions given on Angular CLI GitHub page to use Bootstrap 4.0.0 with Angular 5.2.2. I use \'npm install bootstrap\'

7条回答
  •  误落风尘
    2021-02-04 19:33

    Make sure you have,

    1. Added the bootstrap.css file
    2. Copied the fonts folder of bootstrap into the project
    3. Added the file name in angularcli.json file
    

提交回复
热议问题