We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd05995 commit fc733c9Copy full SHA for fc733c9
docs/using-systemjs.md
@@ -63,10 +63,10 @@ map: {
63
'devextreme': 'npm:devextreme', // <== add this line
64
'jquery': 'npm:jquery/dist/jquery.min.js', // <== add this line
65
'jszip': 'npm:jszip/dist/jszip.min.js', // <== add this line
66
- 'devextreme-angular': 'npm:devextreme-angular', // <== add this line
+ 'devextreme-angular': 'npm:devextreme-angular', // <== add this line
67
// other libraries
68
'rxjs': 'npm:rxjs',
69
- 'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api'
+ 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
70
},
71
packages: {
72
'app': { defaultExtension: 'js' },
0 commit comments