Skip to content

Support for ES6 imports was added #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2017

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