angular-deckgrid icon indicating copy to clipboard operation
angular-deckgrid copied to clipboard

Module Loader Support

Open mjhasbach opened this issue 10 years ago • 0 comments

It would be cool if angular-deckgrid could be imported and passed to angular.module

var angular = require('angular'),
    angularDeckgrid = require('angular-deckgrid');

angular.module('myApp', [angularDeckgrid]);

That would be a big plus for webpack / browserify users. Some examples of libraries that support that syntax:

https://github.com/angular/material https://github.com/daniel-nagy/md-data-table https://github.com/danialfarid/ng-file-upload

mjhasbach avatar Oct 08 '15 17:10 mjhasbach