generator-angular-blueprint
generator-angular-blueprint copied to clipboard
Update app structure for Angular Best Practices
Per Angular Best Practices, update generated app structure to be more modular and move away from views/services/components break down.
sounds like it is aligning with angular2 best practices is that aspect. I can look into this.
@llomelchenko do we want to keep the option of having both es5 and es2015 versions? or drop es5?
I think the es5 version could still be useful for people that have constraints about what technologies they can use in their tech stack, but I also don't want to waste time maintaining both. Maybe fork the repo and have one dedicated to es5? Or we could just say that the es2015 version will just have a different structure? It makes sense that the es2015 version would have a more modular structure.
hmm we could do that. I haven't touched a lot of this in a while so we should probably spec out everything that needs to change