“Angular powered bootstrap” is “ngx-bootstrap”?

那年仲夏 提交于 2019-12-10 20:26:23

问题


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 ?

回答1:


Those are completely 2 separate projects run by 2 different teams. ng-bootstrap is here:

  • demo: https://ng-bootstrap.github.io/
  • GitHub: https://github.com/ng-bootstrap/ng-bootstrap
  • npm: https://www.npmjs.com/package/@ng-bootstrap/ng-bootstrap

You should do your own investigations and decide which projects fits your needs better. As for any project being "dead" - you can get sense of projects state by evaluating frequency of commits, number of open issues and PRs, no of downloads on npm etc. Ultimately it is your own responsibility to choose libraries that you are planning to use.




回答2:


ngx-bootstrap is definitely not dead, at the moment we are working on v2 of it

  • demo: https://valor-software.com/ngx-bootstrap/
  • github: https://github.com/valor-software/ngx-bootstrap
  • npm: https://www.npmjs.com/package/ngx-bootstrap

may one of the main differences of ngx vs ng, that ng supports bootstrap 4 only, while ngx-bootstrap supports bs3 and bs4



来源:https://stackoverflow.com/questions/45983791/angular-powered-bootstrap-is-ngx-bootstrap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!