Angular2 Plugin Engine

I created a new Angular2 project with angular-cli. I wrapped it in Electron to use it as a desktop application. The application is a more or less simple window with a navigation bar and a plus sign in the middle. Clicking on the plus should enable the import of "Plugins" to enrich the application. Plugins completed Angular2 projects themselves, supplied with their own package. Json and dependencies. If necessary, they can be packaged with webpack. Is there a way / approach to this?

thank

0
plugins angular webpack electron
Mar 28 '17 at 7:23
source share



All Articles