I am an Angular 1 developer that is starting to learn about Angular 2. There are a lot of different types of folder structure methods depending on the training material. I am
I am going to use this one. Very similar to third one shown by @Marin.
app | |___ images | |___ fonts | |___ css | |___ *main.ts* | |___ *main.component.ts* | |___ *index.html* | |___ components | | | |___ shared | | | |___ home | | | |___ about | | | |___ product | |___ services | |___ structures