我正在使用带有打字稿的Angular2。使用 npm 解决依赖关系。
我想在我的应用程序中使用模态对话框。为此,我需要在我的应用程序中包含 angular-ui-bootstrap。我需要在我的应用程序中使用 angular-ui-bootstrap 模态对话框。
我正在使用带有打字稿的Angular2。使用 npm 解决依赖关系。
我想在我的应用程序中使用模态对话框。为此,我需要在我的应用程序中包含 angular-ui-bootstrap。我需要在我的应用程序中使用 angular-ui-bootstrap 模态对话框。
angular-ui-bootstrap 适用于 AngularJS,对于新的 Angular,你可以试试这个:
http://valor-software.com/ngx-bootstrap/#/
或者这个:
https://ng-bootstrap.github.io/
这两个项目之间的区别在这里讨论:“ng-bootstrap”和“ngx-bootstrap”有什么区别?