angular2-notifications
angular2-notifications copied to clipboard
GET http://../traceur 404 (Not Found)
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' }
}
Same issue as #190 and #196
Until dev gets around to fixing this, solution is to revert to version 0.5.3
What are your plans?
This was fixed for me in 0.7.6