angular-table
angular-table copied to clipboard
Webpack bundling
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
Probably they should fix package.json to enable that standard import. Anyway you can use require('angular-table/dist/angular-table.min.js')
.