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

后端 未结 9 2403
梦如初夏
梦如初夏 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:13

    Not so much an answer as an extended comment...

    I'm not so sure about the teams being independant. Running npm view ngx-bootstrap and npm view ng-bootstrap show that both were published with the same email account.

    I'm thinking the two teams are related.

    npm view ngx-bootstrap

    C:\:
    17:07:25.16>npm view ngx-bootstrap
    
    ngx-bootstrap@3.0.1 | MIT | deps: none | versions: 40
    Native Angular Bootstrap Components
    https://github.com/valor-software/ngx-bootstrap#readme
    
    keywords: angular, bootstap, ng, ng2, angular2, twitter-bootstrap
    
    dist
    .tarball https://registry.npmjs.org/ngx-bootstrap/-/ngx-    bootstrap-3.0.1.tgz
    .shasum: e98d2fc6340f32a9d358cd08e8fda7dcb23bdab3
    .integrity: sha512-ni91yYtn8ldgf/pxrlwl9lkVcLURGzopSpJnEbbgG1v1EZWTobI8y7J3mx4Kxptkn0EeiQwnLel67G7XJSox4A==
    .unpackedSize: 8.4 MB
    
    maintainers:
    - valorkin 
    
    dist-tags:
    latest: 3.0.1       next: 3.0.1         test: 0.0.0-test.0
    
    published a month ago by valorkin 
    

    npm view ng-bootstrap

    C:\:
    17:16:42.36>npm view ng-bootstrap
    
    ng-bootstrap@1.6.3 | MIT | deps: 1 | versions: 8
    Native Angular Bootstrap Components
    https://github.com/valor-software/ngx-bootstrap#readme
    
    keywords: ng, ng-bootstap, angular, angular2, bootstrap, twitter-bootstrap
    
    dist
    .tarball https://registry.npmjs.org/ng-bootstrap/-/ng-bootstrap-1.6.3.tgz
    .shasum: d41fd42154c0593422cb83c473a3828aa7525bf5
    
    dependencies:
    moment: 2.18.1
    
    maintainers:
    - pkozlowski_os 
    - ng-bootstrap 
    
    dist-tags:
    beta: 1.1.16-3  latest: 1.6.3
    
    published a year ago by valorkin 
    

提交回复
热议问题