What is the difference between “ng-bootstrap” and “ngx-bootstrap”?

后端 未结 9 2400
梦如初夏
梦如初夏 2020-12-02 05:39

What is the difference between \"ng-bootstrap\" and \"ngx-bootstrap\"? Are they related to each other? Or are they simply concurrent implementations?

Has someone wor

9条回答
  •  醉梦人生
    2020-12-02 06:27

    it depends on needs but following rule of thumb, ng-bootstrap is more suitable in general due to following:

    • ng-bootstrap has more stars
    • ng-bootstrap is relatively newer solution
    • ng-bootstrap is lighter

    If I don't have any specific reason to go for bootstrap 3, then ng-bootstrap should be preferred.

    please refer to following github repos for more details about fact and figures:

    • https://github.com/valor-software/ngx-bootstrap
    • https://github.com/ng-bootstrap/ng-bootstrap

提交回复
热议问题