Skip to content

Commit fc733c9

Browse files
committed
Fix path to angular-in-memory-web-api package
1 parent dd05995 commit fc733c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-systemjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ map: {
6363
'devextreme': 'npm:devextreme', // <== add this line
6464
'jquery': 'npm:jquery/dist/jquery.min.js', // <== add this line
6565
'jszip': 'npm:jszip/dist/jszip.min.js', // <== add this line
66-
'devextreme-angular': 'npm:devextreme-angular', // <== add this line
66+
'devextreme-angular': 'npm:devextreme-angular', // <== add this line
6767
// other libraries
6868
'rxjs': 'npm:rxjs',
69-
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api'
69+
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
7070
},
7171
packages: {
7272
'app': { defaultExtension: 'js' },

0 commit comments

Comments
 (0)