Last active
February 3, 2024 15:37
-
-
Save mathisGarberg/d21831500bceed0d427efdf0132b1fd8 to your computer and use it in GitHub Desktop.
angular folder structure 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∇ app | |
∇ core | |
∇ guards | |
auth.guard.ts | |
module-import.guard.ts | |
no-auth.guard.ts | |
∇ interceptor | |
token.interceptor.ts | |
error.interceptor.ts | |
∇ services | |
service-a.service.ts | |
service-b.service.ts | |
∇ components | |
∇ navbar | |
navbar.component.html|scss|ts | |
∇ page-not-found | |
page-not-found.component.html|scss|ts | |
∇ constants | |
constant-a.ts | |
constant-b.ts | |
∇ enums | |
enum-a.ts | |
enum-b.ts | |
∇ models | |
model-a.ts | |
model-b.ts | |
∇ utils | |
common-functions.ts | |
∇ features | |
∇ feature-a | |
∇ components | |
∇ scoped-shared-component-a | |
scoped-shared-component-a.component.html|scss|ts | |
∇ scope-shared-component-b | |
scoped-shared-component-b.component.html|scss|ts | |
∇ pages | |
∇ page-a | |
page-a.component.html|scss|ts | |
∇ page-b | |
page-b.component.html|scss|ts | |
∇ models | |
scoped-model-a.model.ts | |
scoped-model-b.model.ts | |
∇ services | |
scoped-service-a.service.ts | |
scoped-service-b.service.ts | |
feature-a-routing.module.ts | |
feature-a.module.ts | |
feature-a.component.html|scss|ts | |
∇ shared | |
∇ components | |
∇ shared-button | |
shared-button.component.html|scss|ts | |
∇ directives | |
shared-directive.ts | |
∇ pipes | |
shared-pipe.ts | |
shared.module.ts | |
styles.scss | |
▽ styles | |
app-loading.scss | |
company-colors.scss | |
spinners.scss | |
variables.scss | |
▽ assets | |
▽ i18n | |
lang-a.json | |
lang-b.json | |
▽ images | |
image-a.svg | |
image-b.svg | |
▽ static | |
structure-a.json | |
structure-b.json | |
▽ icons | |
custom-icon-a.svg | |
custom-icon-b.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment