angular-2-local-storage icon indicating copy to clipboard operation
angular-2-local-storage copied to clipboard

404 /angular-2-local-storage not found using seeds

Open rusmichal opened this issue 8 years ago • 0 comments

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' 
      } 
    }
  };

rusmichal avatar Feb 16 '17 10:02 rusmichal