Where is it intended to place shared components like a http-service in the folder structure? Should I place it on the same level as app like it is in angular2-seed
-app
--pages
--theme
-shared
--http-service
or into the app folder next to pages and theme?
-app
--pages
--theme
--shared
---http-service
Thanks and regards
Johannes
Hi, i work like this.
-app
--model
--pages
--services
--theme
--utils
Most helpful comment
Hi, i work like this.
-app
--model
--pages
--services
--theme
--utils