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 ?
Those are completely 2 separate projects run by 2 different teams. ng-bootstrap is here:
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.