Skip to content

Conversation

@rwngallego
Copy link
Contributor

It's needed for allowing the es6 imports like this:

import { dataGrid, pagination } from 'angular-data-grid';

/**
 * @ngInject
 */
export default angular
  .module('app.dependencies', [
    dataGrid,
    pagination,
  ]).name;

@kazeshini178
Copy link

+1

@rwngallego
Copy link
Contributor Author

Is it possible to merge it? We are needing this :)

@AlexanderZhukCoherent AlexanderZhukCoherent merged commit 76b4865 into angular-data-grid:master Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants