Folder Structure
src/
├── app/
├── |-- authentication/
├── |-- components/
| |-- |-- advancedui/
| |-- |-- apps/
| |-- |-- authentication/
| |-- |-- charts/
| |-- |-- dashboard/
| |-- |-- error/
| |-- |-- forms/
| |-- |-- icons/
| |-- |-- map/
| |-- |-- pages/
| |-- |-- tables/
| |-- |-- ui-elements/
| |-- |-- utilities/
| |-- |-- widgets/
├── |-- material-module/
├── |-- shared/
├── |-- |-- components/
| |-- |-- data/
| |-- |-- directives/
| |-- |-- layouts/
| |-- |-- prismData/
| |-- |-- routes/
| |-- |-- services/
| |-- |-- shared.module/
├── |-- app.component.html/
├── |-- app.component.scss/
├── |-- app.component.ts/
├── |-- app.config.ts/
├── |-- app.routes.ts/
├── assets/
├── |-- css/
├── |-- iconfonts/
| |-- |-- bootstrap-icons/
| |-- |-- boxicons/
| |-- |-- feather/
| |-- |-- line-awesome/
| |-- |-- RemixIcons/
| |-- |-- tabler-icons/
├── |-- images/
├── |-- scss/
| |-- |-- bootstrap/
| |-- |-- custom/
| |-- |-- global/
| |-- |-- menu-styles/
| |-- |-- pages/
| |-- |-- Util/
| |-- |-- bootstrap.scss
| |-- |-- _switcher.scss
| |-- |-- _variables.scss
| |-- |-- icons.scss
| |-- |-- styles.scss
├── |-- video
.editorconfig
.gitignore
angular.json
package-lock.json
package.json
README
tsconfig.app
tsconfig.json
tsconfig.app.json
tsconfig.spec