3

I am making a project using "Angular powered Bootstrap", but after 4 weeks of development I found out that there is also something like "ngx-bootstrap".

  • Are they the same thing? - If not, then which one of them is ng-bootstrap ?
  • Is ngx-bootstrap dead ?
4

2 回答 2

4

ngx-bootstrap 绝对没有死,目前我们正在开发它的 v2

可能是 ngx 与 ng 的主要区别之一,即 ng 仅支持 bootstrap 4,而 ngx-bootstrap 支持 bs3 和 bs4

于 2017-09-12T15:09:58.683 回答
4

这些完全是由 2 个不同团队运行的 2 个独立项目。ng-bootstrap 在这里:

您应该进行自己的调查并决定哪些项目更适合您的需求。至于任何“死”的项目 - 您可以通过评估提交频率、未解决问题和 PR 的数量、npm 上的下载次数等来了解项目状态。最终,选择您计划的库是您自己的责任利用。

于 2017-08-31T14:35:53.457 回答