angular-2-local-storage
angular-2-local-storage copied to clipboard
404 /angular-2-local-storage not found using seeds
I had problem and i spent more time to resolve that issue:
Solution:
SYSTEM_CONFIG_DEV: any = {
defaultJSExtensions: true,
packageConfigPaths: [
...
],
paths: {
....
'angular-2-local-storage': 'node_modules/angular-2-local-storage/dist/index.js',
...
},
packages: {
'angular-2-local-storage': {
main: 'index.js',
defaultExtension: 'js'
}
}
};