johndpjr / AgTern

20 stars 5 forks source link

Refactor/152/modularize angular components #174

Closed johndpjr closed 8 months ago

johndpjr commented 8 months ago

Organized all the Angular code into modules, increasing code maintainability, reducing bundle size by 10%, and improving load times. Modules are lazily loaded, meaning that when requested they are loaded instead of all at once.