Skip to content

This project gridstackjs wrapper for angular applications.

License

Notifications You must be signed in to change notification settings

hmtylmz/ngr-gridstack

Repository files navigation

GridstackAngular

This project gridstackjs[https://gridstackjs.com/] wrapper for angular applications.

Installation

Install Dependencies

- npm i gridstack
- npm i jquery
- npm i jquery-ui-dist
- npm i --save-dev @types/gridstack@0.5.0
- npm i jquery-ui-touch-punch ( Optional, if you want mobile support )

Configure angular.json File

"styles": [
  ...
  "node_modules/gridstack/dist/gridstack.css",
  ...
],
"scripts": [
  ...
  "node_modules/jquery/dist/jquery.min.js",
  "node_modules/jquery-ui-dist/jquery-ui.js",
  "node_modules/jquery-ui-touch-punch/jquery.ui.touch-punch.js", ( Optional, if you want mobile support )
  "node_modules/gridstack/dist/gridstack.js",
  "node_modules/gridstack/dist/gridstack.jQueryUI.js"
  ...
]

About

This project gridstackjs wrapper for angular applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published