Xmas Eve Nightmare

Angular Modularity

In my refactoring of #Flux, I broke it out into three #Angular modules: flux-engine, flux-editor, flux-interface. The engine module contains class interfaces for the data models and services for managing them. Editor is a full GUI editor for the story content. And the interface module contains the components necessary for front-end UI. A router in the root app module manages loading of the other modules. #ES6  #JavaScript  #webdev