Light Bootstrap Dashboard Angular
Light Bootstrap Dashboard Angular is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3, using Light Bootstrap Dashboard and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard Angular 2 contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
It comes with 6 filter colors for the sidebar (โblackโ, โazureโ,โgreenโ,โorangeโ,โredโ,โpurpleโ) and an option to have a background image.
Special thanks go to: Robert McIntosh for the notification system Chartist for the wonderful charts We are very excited to share this dashboard with you and we look forward to hearing your feedback!
Links:
Quick Start:
Quick start options:
- Download from Github.
- Download from Creative Tim.
- Clone the repo:
git clone https://github.com/creativetimofficial/light-bootstrap-dashboard-angular2.git
.
Terminal Commands
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install -g @angular/cli
- Then:
npm install
- And:
ng serve
- Navigate to
http://localhost:4200/
What's included
Within the download you'll find the following directories and files:
light-bootstrap-dashboard-angular
โโโ CHANGELOG.md
โโโ LICENSE.md
โโโ README.md
โโโ angular.json
โโโ documentation
โย ย โโโ css
โย ย โโโ tutorial-lbd-angular2.html
โโโ 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
โย ย โย ย โโโ home
โย ย โย ย โย ย โโโ home.component.css
โย ย โย ย โย ย โโโ home.component.html
โย ย โย ย โย ย โโโ home.component.spec.ts
โย ย โย ย โย ย โโโ home.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
โย ย โย ย โโโ lbd
โย ย โย ย โย ย โโโ lbd-chart
โย ย โย ย โย ย โย ย โโโ lbd-chart.component.html
โย ย โย ย โย ย โย ย โโโ lbd-chart.component.ts
โย ย โย ย โย ย โโโ lbd.module.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
โย ย โย ย โโโ shared
โย ย โย ย โย ย โโโ footer
โย ย โย ย โย ย โย ย โโโ footer.component.html
โย ย โย ย โย ย โย ย โโโ footer.component.ts
โย ย โย ย โย ย โย ย โโโ footer.module.ts
โย ย โย ย โย ย โโโ navbar
โย ย โย ย โย ย โโโ navbar.component.html
โย ย โย ย โย ย โโโ navbar.component.ts
โย ย โย ย โย ย โโโ navbar.module.ts
โย ย โย ย โโโ sidebar
โย ย โย ย โย ย โโโ sidebar.component.html
โย ย โย ย โย ย โโโ sidebar.component.ts
โย ย โย ย โย ย โโโ sidebar.module.ts
โย ย โย ย โโโ tables
โย ย โย ย โย ย โโโ tables.component.css
โย ย โย ย โย ย โโโ tables.component.html
โย ย โย ย โย ย โโโ tables.component.spec.ts
โย ย โย ย โย ย โโโ tables.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
โย ย โย ย โโโ user.component.css
โย ย โย ย โโโ user.component.html
โย ย โย ย โโโ user.component.spec.ts
โย ย โย ย โโโ user.component.ts
โย ย โโโ assets
โย ย โย ย โโโ css
โย ย โย ย โโโ fonts
โย ย โย ย โโโ img
โย ย โย ย โโโ sass
โย ย โย ย โโโ lbd
โย ย โย ย โโโ light-bootstrap-dashboard.scss
โย ย โโโ environments
โย ย โโโ favicon.ico
โย ย โโโ index.html
โย ย โโโ main.ts
โย ย โโโ polyfills.ts
โย ย โโโ styles.css
โย ย โโโ test.ts
โย ย โโโ tsconfig.json
โโโ tslint.json
โโโ typings.json
Useful Links
More products from Creative Tim: https://www.creative-tim.com/bootstrap-themes
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: https://www.creative-tim.com/products
Affiliate Program (earn money): https://www.creative-tim.com/affiliates/new
Social Media:
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial