********************************************************
|-- src
| |-- app
| | |-- app-routing.module.ts
| | |-- app.component.html
| | |-- app.component.less
| | |-- app.component.spec.ts
| | |-- app.component.ts
| | |-- app.module.ts
| | |-- auth
| | | |-- auth.module.ts
| | | |-- forget-password
| | | | |-- forget-password.component.html
| | | | |-- forget-password.component.less
| | | | |-- forget-password.component.spec.ts
| | | | `-- forget-password.component.ts
| | | |-- login
| | | | |-- login.component.html
| | | | |-- login.component.less
| | | | |-- login.component.spec.ts
| | | | `-- login.component.ts
| | | |-- signup
| | | | |-- signup.component.html
| | | | |-- signup.component.less
| | | | |-- signup.component.spec.ts
| | | | `-- signup.component.ts
| | | `-- verify-email
| | | |-- verify-email.component.html
| | | |-- verify-email.component.less
| | | |-- verify-email.component.spec.ts
| | | `-- verify-email.component.ts
| | |-- config
| | | `-- constants.ts
| | |-- core
| | | |-- guards
| | | |-- interceptors
| | | |-- models
| | | `-- services
| | |-- modules
| | | |-- feature1
| | | | |-- components
| | | | `-- services
| | | `-- feature2
| | `-- shared
| | |-- components
| | | |-- footer
| | | | |-- footer.component.html
| | | | |-- footer.component.less
| | | | |-- footer.component.spec.ts
| | | | `-- footer.component.ts
| | | `-- header
| | | |-- header.component.html
| | | |-- header.component.less
| | | |-- header.component.spec.ts
| | | `-- header.component.ts
| | |-- directives
| | |-- models
| | |-- pipes
| | |-- services
| | `-- shared.module.ts
| |-- assets
| |-- environments
| | |-- environment.prod.ts
| | `-- environment.ts
| |-- favicon.ico
| |-- index.html
| |-- main.ts
| `-- styles.less
|-- tsconfig.app.json
|-- tsconfig.json
|-- tsconfig.spec.json
|-- package-lock.json
|-- package.json
********************************************************This project was generated with Angular CLI version 15.1.5.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.