Folder Structure

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
					
Folders Description
  • Dayone – Premium Angular Admin Template / : Root template folder contain all angular, ts, css, scss, images and other files.
    • assets/ : Folder contain all the Dayone Template assets which has css,scss, and images.
      • css/: Folder contain assets which has complete styles.
        • icons.css : It has all template icon links are importated.
        • styles.css : Main style sheet for template
      • icon-fonts/: Folder contain all types of icons which is used in this template.
      • images/ : Template images.
      • scss/ : Folder contain all pages scss files and all plugins scss files also included.
      • Video/ : Folder contains video used in this template.