ng-bootstrap not working in angular 4

后端 未结 2 1092
我寻月下人不归
我寻月下人不归 2021-02-07 05:35

I am new with angular 4, I am trying to configure bootstrap. I installed ng-bootstrap:

https://ng-bootstrap.github.io/#/getting-started

I did all like on the pag

2条回答
  •  后悔当初
    2021-02-07 06:14

    I don't see any ng-bootstrap component in your code! I think you are looking for bootstrap css, which is also a prerequisite for ng-bootstrap.

    Add these lines in index.html between the tag:

    
    
    
    
    
    

提交回复
热议问题