We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have problems with angular2-flash-messages error log: { "stack": "(SystemJS) XHR error (404 Not Found) loading node_modules/angular2-flash-messages/index.js\n\tError loading node_modules/angular2-flash-messages/index.js as \"angular2-flash-messages\" from .tmp/app/user-mgmt/login.component.js", "originalErr": {}, "line": 791, "sourceURL": "node_modules/systemjs/dist/system.src.js" }
{ "stack": "(SystemJS) XHR error (404 Not Found) loading node_modules/angular2-flash-messages/index.js\n\tError loading node_modules/angular2-flash-messages/index.js as \"angular2-flash-messages\" from .tmp/app/user-mgmt/login.component.js", "originalErr": {}, "line": 791, "sourceURL": "node_modules/systemjs/dist/system.src.js" }
systemjs.config.js map: { \\ 'angular2-flash-messages': 'npm:angular2-flash-messages' \\ packages: { \\ 'angular2-flash-messages': { main: 'index.js', defaultExtension: 'js' }
map: { \\ 'angular2-flash-messages': 'npm:angular2-flash-messages' \\ packages: { \\ 'angular2-flash-messages': { main: 'index.js', defaultExtension: 'js' }
sample app and further configuration: https://github.com/dezerb/dezerb-tripadvisor-ng/ Best regards, dezerb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have problems with angular2-flash-messages
error log:
{ "stack": "(SystemJS) XHR error (404 Not Found) loading node_modules/angular2-flash-messages/index.js\n\tError loading node_modules/angular2-flash-messages/index.js as \"angular2-flash-messages\" from .tmp/app/user-mgmt/login.component.js", "originalErr": {}, "line": 791, "sourceURL": "node_modules/systemjs/dist/system.src.js" }
systemjs.config.js
map: { \\ 'angular2-flash-messages': 'npm:angular2-flash-messages' \\ packages: { \\ 'angular2-flash-messages': { main: 'index.js', defaultExtension: 'js' }
sample app and further configuration: https://github.com/dezerb/dezerb-tripadvisor-ng/
Best regards,
dezerb
The text was updated successfully, but these errors were encountered: