I have a general Angular solution and I want to make it expandable for each user that has this general solution "installed". This means that it will have a screen where you can upload a module (some Angular code), and then this module/code will be available in the general solution that is running.
This will make it possible for each user running their own instance of the genereal soultion to custimize it without including it in the general solution.
Is this somehow possible?