angular-table icon indicating copy to clipboard operation
angular-table copied to clipboard

Webpack bundling

Open xizi-xu opened this issue 7 years ago • 1 comments

Hello,

I have tried to use webpack to bundle my angular app. I used require("angular-table") to include this package in the project after using npm to install this package (v1.0.4). However, I kept getting error of module not found. Any advice on this?

Thank you

xizi-xu avatar Feb 27 '17 23:02 xizi-xu

Probably they should fix package.json to enable that standard import. Anyway you can use require('angular-table/dist/angular-table.min.js').

McGiogen avatar Mar 13 '18 11:03 McGiogen