📂Directory Structure

Explore Datta Able Angular Directory structure.

Inside the datta-able-angular directory you will find the following Datta-Able Angular well structured directories.

datta-able-angular/
├── e2e    
├── src/
│   ├── app/
│   │   ├── demo/    
│   │   │   ├── application/
│   │   │   │   ├── gallery
│   │   │   │   ├── task
│   │   │   │   ├── ...   
│   │   │   ├── dashboard/
│   │   │   │   ├── dash-analytics
│   │   │   │   ├── dash-crm
│   │   │   │   ├── ..
│   │   │   ├── extension/
│   │   │   │   ├── editor
│   │   │   │   ├── files-upload
│   │   │   │   ├── ..
│   │   │   ├── extra/
│   │   │   │   ├── sample-page
│   │   │   ├── layout/
│   │   │   │   ├── theme-collapse-menu
│   │   │   │   ├── theme-dark
│   │   │   │   ├── theme-horizontal
│   │   │   │   ├── ...
│   │   │   ├── pages/
│   │   │   │   ├── animation
│   │   │   │   ├── authentication/
│   │   │   │   ├── ...
│   │   │   ├── ui-elements/
│   │   │   │   ├── ui-adv/
│   │   │   │   ├── ui-basic/
│   │   │   │   ├── ...
│   │   │   ├── widget/
│   │   │   │   ├── wget-charts
│   │   │   │   ├── wget-data
│   │   │   │   ├── ...
│   │   ├── fack-db/
│   │   │   ├── friends-list.ts
│   │   │   ├── user-chat.ts
│   │   ├── theme/
│   │   │   ├── layout/
│   │   │   │   ├── admin/
│   │   │   │   │   ├── configuration
│   │   │   │   │   ├── nav-bar/
│   │   │   │   │   │   ├── nav-left
│   │   │   │   │   │   ├── nav-right
│   │   │   │   │   ├── navigation/
│   │   │   │   │   │   ├── nav-content/
│   │   │   │   │   │   │   ├── nav-collapse
│   │   │   │   │   │   │   ├── nav-group
│   │   │   │   │   │   │   ├── nav-item
│   │   │   │   │   │   ├── nav-logo/
│   │   │   │   ├── auth/
│   │   │   ├── shared/
│   │   │   │   ├── components/
│   │   │   │   │   ├── breadcrumb
│   │   │   │   │   ├── card
│   │   │   │   │   ├── ...
│   │   │   │   ├── full-screen/
│   │   │   │   ├── shared.module.ts
│   │   ├── app.component.html
│   │   ├── app.component.scss
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── app.config.ts
│   │   ├── app-routing.module.ts
│   ├── assets/
│   ├── environments/
│   ├── fake-data/
│   ├── scss/
│   │   ├── fonts/
│   │   ├── layout/
│   │   │   ├── dark.scss
│   │   │   ├── rtl.scss
│   │   ├── menu/
│   │   │   ├── menu-list.scss
│   │   ├── mixins/
│   │   │   ├── alert.scss
│   │   │   ├── ...
│   │   ├── other/
│   │   │   ├── calendar.scss
│   │   │   ├── ...
│   │   ├── plugins/
│   │   │   ├── adv-notification.scss
│   │   │   ├── ...
│   │   ├── theme-elements/
│   │   │   ├── authentication.scss
│   │   │   ├── ...
│   │   ├── widget/
│   │   │   ├── widget.scss
│   │   ├── custom.scss
│   │   ├── variables.scss
│   │   ├── ...
│   ├── _index.html
│   ├── _main.ts
│   ├── ...
├── angular.json
├── package.json
├── ...

Last updated