institut-de-genomique / Ultimate-DataTable

This AngularJS directive generate a HTML table with build-in fonctionnality like save, edit, remove, pagination etc...
http://institut-de-genomique.github.io/Ultimate-DataTable/
45 stars 26 forks source link

How can I use your component with angularJS 1.6 and webpack ? It is posible ? #38

Open ehayik opened 7 years ago

ydeshayes commented 7 years ago

Hello,

for now the only way to add the directive to your app, is to load it with a script tag because we are not module.exports it (#39). We just create a angular module and add stuff to it.

The html-webpack-plugin can help you define a template with the script tag (after tour bundle script tag).

I hope this will help, I don't know if we can go futher with ES6 and modern exporting stuff now ? @galbini

galbini commented 7 years ago

Hello,

Thanks Yann for your reply and i confirm that you says, we don't have export systeme not yet.

Guillaume