-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
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
SystemJs #32
Comments
just ran into the same issue.
work when changed to
Although I don't want to have to edit the js to get this to work |
@donaldinho Thanks for letting me know what could solve it. Let me know if this fixed it. |
Brilliant. Works for me now. |
@donaldinho glad to hear! |
I'm closing it since it has been a week without a reply.. Thanks. |
Hi, i cant config NGX-PPES, cause it show me the next error
http://localhost:3000/node_modules/ngx-pipes/src/app/pipes/array.js 404 (Not Found)
http://localhost:3000/node_modules/ngx-pipes/src/app/pipes/object.js
i have this config in systemjs
'ngx-pipes': {
main: 'src/app/index.js',
defaultExtension: 'js'
}
in package;
The text was updated successfully, but these errors were encountered: