Wrap gridstack.js into Angular 2 component

后端 未结 4 1524
暗喜
暗喜 2020-12-15 09:20

I have some Angular 1 experience, but we have a need to use gridstack.js in an Angular 2 project.

We are familiar with the gridstack-angular project, but that proj

4条回答
  •  轮回少年
    2020-12-15 09:27

    Based on Users @Etchelon and @user3758236 answers

    I have created this gridstack angular 4 library module for easy usage

    • https://github.com/ramyothman/ng4-gridstack
    • https://www.npmjs.com/package/ng4-gridstack

    It has a simple usage and I added an example there for dynamically generating widgets

    
      
      
      
      
    
    

    Cheers :)

提交回复
热议问题