You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hello,
I've been working on a side project which I now think needs to be refactored. Growing up in the age of Drupal I was always inspired by that "platforms" architecture. One specific part of the Drupal ecosystem I have always been fascinated by was panels. So I set out to create my own *modern version using Angular. Now I'm at a point where I would *really like to be able to dynamically load modules ideally without the compiler. I would like to refactor my code to use a plugin system similar to Drupal. One where modules are dynamically loaded when a plugin is being used otherwise that module remains unloaded. Is this possible. Github repo is below – it is very raw.