Ngx-admin: Placement of shared components

Created on 7 Mar 2017  路  1Comment  路  Source: akveo/ngx-admin

  • I'm submitting a ...
    [ ] bug report
    [ ] feature request
    [x ] question about the decisions made in the repository

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

question

Most helpful comment

Hi, i work like this.
-app
--model
--pages
--services
--theme
--utils

>All comments

Hi, i work like this.
-app
--model
--pages
--services
--theme
--utils

Was this page helpful?
0 / 5 - 0 ratings

Related issues

argnist picture argnist  路  4Comments

lopn picture lopn  路  4Comments

burtonator picture burtonator  路  3Comments

AZm1n picture AZm1n  路  4Comments

xandatspain picture xandatspain  路  3Comments