Skip to content

Latest commit

Β 

History

History
113 lines (108 loc) Β· 4.75 KB

File metadata and controls

113 lines (108 loc) Β· 4.75 KB

What's included

Within the download you'll find the following directories and files:

material-dashboard-angular
β”œβ”€β”€ CHANGELOG.md
β”œβ”€β”€ LICENSE.md
β”œβ”€β”€ README.md
β”œβ”€β”€ angular-cli.json
β”œβ”€β”€ documentation
β”œβ”€β”€ e2e
β”œβ”€β”€ karma.conf.js
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ protractor.conf.js
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ app
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.spec.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.module.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.routing.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ components
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ components.module.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── footer.component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── navbar.component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── sidebar
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ sidebar.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ sidebar.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ sidebar.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── sidebar.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dashboard
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dashboard.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dashboard.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dashboard.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── dashboard.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ icons
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ icons.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ icons.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ icons.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── icons.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── admin-layout
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-layout.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-layout.component.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-layout.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-layout.component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ admin-layout.module.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── admin-layout.routing.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ maps
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ maps.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ maps.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ maps.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── maps.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ notifications
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ notifications.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ notifications.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ notifications.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── notifications.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ table-list
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ table-list.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ table-list.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ table-list.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── table-list.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ typography
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ typography.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ typography.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ typography.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── typography.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ upgrade
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ upgrade.component.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ upgrade.component.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ upgrade.component.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── upgrade.component.ts
β”‚Β Β  β”‚Β Β  └── user-profile
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ user-profile.component.css
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ user-profile.component.html
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ user-profile.component.spec.ts
β”‚Β Β  β”‚Β Β      └── user-profile.component.ts
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── demo.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ img
β”‚Β Β  β”‚Β Β  └── scss
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ core
β”‚Β Β  β”‚Β Β      └── material-dashboard.scss
β”‚Β Β  β”œβ”€β”€ environments
β”‚Β Β  β”œβ”€β”€ favicon.ico
β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”œβ”€β”€ main.ts
β”‚Β Β  β”œβ”€β”€ polyfills.ts
β”‚Β Β  β”œβ”€β”€ styles.css
β”‚Β Β  β”œβ”€β”€ test.ts
β”‚Β Β  β”œβ”€β”€ tsconfig.app.json
β”‚Β Β  β”œβ”€β”€ tsconfig.spec.json
β”‚Β Β  └── typings.d.ts
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ tslint.json
└── typings