问题
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