This project was generated with Angular CLI version 14.0.1.
Client: Angular, TailwindCSS
Server: Firebase
src
├── app
│ ├── @core
│ │ ├── [+] authentication
│ │ ├── [+] constants
│ │ ├── [+] guards
│ │ ├── [+] interceptors
│ │ ├── [+] mocks
│ │ ├── [+] services
│ │ ├── [+] utils
│ │ ├── [+] models
│ │ └── core.module.ts
│ ├── @share
│ │ ├── [+] components
│ │ ├── [+] directives
│ │ ├── [+] pipes
│ │ ├── [+] models
│ │ └── [+] configs
│ ├── features
│ │ ├── shell
│ │ │ ├── [+] components
│ │ │ │ ├── [+] dashboard
│ │ │ │ ├── [+] layout
│ │ │ │ ├── [+] loading
│ │ │ │ ├── [+] not-found
│ │ │ │ └── ...
│ │ │ ├── [+] models
│ │ │ ├── [+] services
│ │ │ ├── shell-routing.module.ts
│ │ │ └── shell.module.ts
│ │ ├── example
│ │ │ ├── [+] components
│ │ │ ├── [+] models
│ │ │ ├── [+] services
│ │ │ ├── example-routing.module.ts
│ │ │ └── example.module.ts
│ │ └── ...
│ ├── app.component.ts
│ └── app.module.ts
├── assets
│ ├── [+] icon
│ ├── [+] image
│ ├── [+] font
│ └── ...
└── styles
├── [+] partials
├── _base.scss
├── font.scss
└── styles.scss