handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
433 stars 159 forks source link

Support es6 import #247

Open crazyjat opened 6 years ago

crazyjat commented 6 years ago

Can you please add support for es6 style import statement.

doing: import ngHandsonTable from "ng-handsontable";

results in an error:

Cannot find module "ng-handsontable"