angular2-notifications icon indicating copy to clipboard operation
angular2-notifications copied to clipboard

GET http://../traceur 404 (Not Found)

Open lordandares opened this issue 8 years ago • 3 comments

GET http://../traceur 404 (Not Found) , when i add SimpleNotificationsModule to my app.module.ts, my import is: import { SimpleNotificationsModule } from 'angular2-notifications'; this is my systemjs.config.js

map: { // our app is within the app folder app: 'app',

                // angular bundles
                '@angular/animations': 'npm:@angular/animations/bundles/animations.umd.js',
                '@angular/animations/browser': 'npm:@angular/animations/bundles/animations-browser.umd.js',
                '@angular/platform-browser/animations': 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js',   
                '@angular/core': 'npm:@angular/core/bundles/core.umd.js',
                '@angular/common': 'npm:@angular/common/bundles/common.umd.js',
                '@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js',
                '@angular/platform-browser': 'npm:@angular/platform-browser/bundles/platform-browser.umd.js',
                '@angular/platform-browser-dynamic': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
                '@angular/http': 'npm:@angular/http/bundles/http.umd.js',
                '@angular/http/testing': 'npm:@angular/http/bundles/http-testing.umd.js',
                '@angular/router': 'npm:@angular/router/bundles/router.umd.js',
                '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
              
                'rxjs': 'npm:rxjs',

            
                'angular2-notifications': 'node_modules/angular2-notifications'
                    
            },
         
            packages: {
            

                   ...         
                'angular2-notifications': { main: './dist/index.js', defaultExtension: 'js' }
            }

lordandares avatar May 10 '17 21:05 lordandares

Same issue as #190 and #196

Until dev gets around to fixing this, solution is to revert to version 0.5.3

bomberblue07 avatar May 17 '17 18:05 bomberblue07

What are your plans?

mackva avatar Jun 25 '17 14:06 mackva

This was fixed for me in 0.7.6

bomberblue07 avatar Jul 31 '17 21:07 bomberblue07