src/
├── app/
├── |-- authentication/
├── |-- components/
| |-- |-- adminui/
| |-- |-- authentication/
| |-- |-- charts/
| |-- |-- dashboard/
| |-- |-- forms/
| |-- |-- icons/
| |-- |-- landingpage/
| |-- |-- maps/
| |-- |-- pages/
| |-- |-- tables/
| |-- |-- uikit/
| |-- |-- widgets/
├── |-- material-module/
├── |-- shared/
| |-- |-- data/
| |-- |-- directives/
| |-- |-- landing-switcher/
| |-- |-- layout-components/
| |-- |-- routes/
| |-- |-- services/
├── assets/
├── |-- css/
| |-- |-- icons.css/
| |-- |-- icons.css.map/
| |-- |-- style.css/
| |-- |-- style.css.map/
├── |-- iconfonts/
| |-- |-- bootstrapicons/
| |-- |-- feather/
| |-- |-- font-awesome/
| |-- |-- glyphicons/
| |-- |-- ionicons/
| |-- |-- linearicons/
| |-- |-- materialdesignicons/
| |-- |-- pe-icon-7stroke/
| |-- |-- remixicon/
| |-- |-- simple-line-icons/
| |-- |-- tabler-icons/
| |-- |-- themify/
| |-- |-- typicons/
| |-- |-- weathericons/
├── |-- images/
├── |-- libs/
├── |-- scss/
| |-- |-- bootstrap/
| |-- |-- custom/
| |-- |-- global/
| |-- |-- layouts/
| |-- |-- lib/
| |-- |-- menu-styles/
| |-- |-- plugins/
| |-- |-- template/
| |-- |-- Utilities/
| |-- |-- _switcher.scss
| |-- |-- _variables.scss
| |-- |-- icons.scss
| |-- |-- styles.scss
angular.json
package-lock.json
package.json
tsconfig.json
tsconfig.app.json
Vexel – Premium Angular Admin Template /
: Root template folder contain all angular, Ts, css, scss, images
and other files.
assets/
: Folder contain all the Vexel Template assets which has css, scss, and images.
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.
esbuild.config.js
: esbuild.config js file.package.json
: package json file.Note: If you want to use only CSS format then you should follow below process.
Step-1: Remove complete scss folder. Root path: (../assets/scss)
Step-2: Remove .scss and .css.map extension related files in css folder. Root path: (../assets/css/*.scss) and (../assets/css/*.css.map)
Step-3: Remove "esbuild.config.js", "package.json", "package-lock.json" files.