Closed
Description
In the spirit of following best practices for this starter. Any thoughts on naming conventions and style guide for Angular2, that this starter can follow?
Kind of like Angular2 version of the famous johnpapa angular 1 style guide. I am sure many of the recommendations can be reused for Angular 2 with few changes.
Currently I notice following issue with component naming:
Angular 2 official docs seem to suggest using app.component.ts
and AppComponent
naming convention. More verbose.
PS: I have not looked up the design docs of Angular2 if there are "official" docs that can kickstart such a style guide.