angular-plugin-architecture
angular-plugin-architecture copied to clipboard
Self contained plug-in included externals
Thank you for a great example. Just wondering whethet we are able to include such external dependencies to a plugin bundle.
That would be great in order to make plugin app responsible for its dependencies (UI frameworks as well). Right now plugins seem are strongly dependent from the host app infrastructure (@angular version, etc.)
I've tried a trick with the bundledDependencies instead of the peer ones but it seems a wrong way since bundledDependencies got deprecated. BTW it didn't work for me.