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
plugins angular webpack electron
Baerree Mar 28 '17 at 7:23 2017-03-28 07:23
source share