Skip to content

Module Loader Support #97

Open
Open
@mjhasbach

Description

@mjhasbach

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions