For some strange reason Angular JS has its own module system that is neither AMD nor CommonJS.
I have many existing modules in AMD format. I would like to use them in an Angular app.
I would like to avoid rewriting any AMD modules. If possible, I would also like to avoid using Angular's own module system.
Is it possible to use AMD modules when using Angular? is it possible to avoid Angular's custom module system?