akveo / akveo/ng2-smart-table

Compatible with SystemJS?

Ouverte
#41 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
TypeScript
Étoiles
1.6k
Forks
867
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Please correct me if I am wrong but it doesn't seem like ng2-smart-table is compatible with SystemJS. If it is compatible, do you mind sharing a few examples?

```
System.config({
paths: {
// paths serve as alias
'npm:': "../node_modules/"
},
map: {
app: "./app",
'@angular/core': "npm:@angular/core/bundles/core.umd.js",
'@angular/common': "npm:@angular/common/bundles/common.umd.js",
'@angular/compiler': "npm:@angular/compiler/bundles/compiler.umd.js",
'@angular/platform-browser': "npm:@angular/platform-browser/bundles/platform-browser.umd.js",
'@angular/platform-browser-dynamic':
"npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js",
'@angular/http': "npm:@angular/http/bundles/http.umd.js",
'@angular/router': "npm:@angular/router/bundles/router.umd.js",
'@angular/forms': "npm:@angular/forms/bundles/forms.umd.js",
// other libraries
'rxjs': "npm:rxjs",
'angular2-in-memory-web-api': "npm:angular2-in-memory-web-api",
// ag-Grid stuff
'ag-grid-ng2': "npm:ag-grid-ng2",
'ag-grid': "npm:ag-grid",
// ng2-smart-table
'ng2-smart-table': "npm:ng2-smart-table/ng2-smart-table.js"
........................
.........................
```

I've tried to search through all of your files in the node_modules but I am not able to identify the correct file to reference. Any help on this would be great! I'll continue to investigate and let you know if I find a solution.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.