securis/src/main/webapp/systemjs.config.js
.. .. @@ -16,6 +16,7 @@ 16 16 // other libraries 17 17 'rxjs': 'npm:rxjs', 18 18 'ng2-toastr': 'npm:ng2-toastr', 19 + 'file-saver': 'npm:file-saver/FileSaver.js',19 20 'angular-2-local-storage': 'npm:angular-2-local-storage/dist', 20 21 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js' 21 22 }