Angular 5 with Bootstrap 4 not working

后端 未结 7 805
粉色の甜心
粉色の甜心 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:39

    You can add ngbootstrap by using the command

    ng add @ng-bootstrap/schematics by adding schematics it will add necessory import to angular.json file.

提交回复
热议问题