angular – “ng-bootstrap”和“ngx-bootstrap”有什么区别?

前端之家收集整理的这篇文章主要介绍了angular – “ng-bootstrap”和“ngx-bootstrap”有什么区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
“ng-bootstrap”和“ngx-bootstrap”有什么区别?它们是否相互关联?或者它们只是并发实现?

有人和他们一起工作,可以给出/解释两者的利弊吗?

使用“ng-bootstrap”我的意思是https://ng-bootstrap.github.io/#/home

与“ngx-bootstrap”我的意思是http://valor-software.com/ngx-bootstrap/index-bs4.html#/.

两者都与Angular 4(不是AngularJS!)和Bootstrap 4有关.

请注意,这不是difference between ngx-bootstrap and ng2 bootstrap?的重复问题.

ng-bootstrap和ngx-bootstrap是两个不同项目团队的两个不同的项目,它们试图完成或多或少相同的事情 – 允许你在Angular(2)中使用Bootstrap而不使用jQuery.

他们都只使用Angular(没有jQuery)重建Bootstrap组件.主要区别在于它们支持的Bootstrap版本.

> ngx-bootstrap支持Bootstrap 3和4.
> ng-bootstrap支持Bootstrap 4并需要Angular 5.

这意味着如果你需要使用Bootstrap版本3,那么ngx-bootstrap是你唯一真正的选择.如果您可以使用Bootstrap 4,那么您可以在两个项目之间进行选择.

另一个(可能很重要的)差异是项目背后的团队.在这方面要注意的关键点是ng-bootstrap背后的团队还负责angular-ui-bootstrap – Bootstrap库的AngularJS(即1.x)版本.

猜你在找的Angularjs相关文章