angular-plugin-architecture
angular-plugin-architecture copied to clipboard
Error: Cannot find module when importing with SystemJs
Hi, thank you for this, it looks promising!
I'm trying to integrate this into my project, by following the repo code and article, but I'm getting an error when trying to import the module using systemjs
The plugin is there and accessible, I tried using the file path and also using http with no luck.
The error I'm getting: ERROR Error: Uncaught (in promise): Error: Cannot find module 'http://localhost:4200/assets/plugins/plugin1.js'
Any clue about what can I be missing?
Thanks!