hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Question: systemjs.config.js configuration #280

Open hope4555 opened 5 years ago

hope4555 commented 5 years ago

systemjs.config.js for angular-generic-table is not clear to me

examples show this needs to be added : '@angular-generic-table/core': 'npm:@angular-generic-table/core/core.module.js',

but this file does not exist I see "angular-generic-table-core.umd.js" in "core\bundles"

How should i config it

hope4555 commented 5 years ago

ok found it , sorry had to add 'tether' dependency 'tether' : 'npm:tether/dist/js/tether.min.js',