1.npm install --save @ng-bootstrap/ng-bootstrap
2.import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
3.在import中加入NgbModule.forRoot()
经过试验在根组件中这样做,其他组件用这个ng-bootstrp的话,会报错,所以其他组件用的时候,其他组件的模块,也需要这样做
原文链接:https://www.f2er.com/angularjs/147727.html