I want to create a folder structure for a MEAN stack with Angular 4.
I worked on MEAN stack with Angular 1.* version and Im good with that folder structure. but with Angular 4 - Angular Cli folder structure My model not working.
I'm planning for enterprise admin panel, so modules should be reusable and loosely coupled.
I tried one way : Keeping Client, Server and Test folder in Angular components. but which disturbing angular -cli component model.