Hacker News new | ask | show | jobs
by guiomie 4502 days ago
I've never understood why I should use a module loaders ?

I simply declare my .js files in my main html page and the is it ...

1 comments

This is unmanageable for complex, "single page apps composed of many files (eg many tens of files). Often a complex app might deal with role-based features, where only certain sets of controllers are included per role.