flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 164 forks source link

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

Open lordandares opened 7 years ago

lordandares commented 7 years ago

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' }
            }
bomberblue07 commented 7 years ago

Same issue as #190 and #196

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

mackva commented 7 years ago

What are your plans?

bomberblue07 commented 7 years ago

This was fixed for me in 0.7.6