Now UI Dashboard Angular is a responsive Bootstrap 4 kit provided for free by Invision and Creative Tim. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics. Now UI Dashboard comes packed with all plugins that you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful.
Now UI Dashboard Angular has the same design characteristics as Now UI Kit Angular, so it is quite convenient to use them together. Or you can choose between them depending on the project at hand. If you love Now UI Kit Angular, you'll love Now UI Dashboard Angular. Create awesome, lifelike prototypes with InVision and Now so your users can experience and give feedback on your vision!
Bootstrap 4 Support Now UI Dashboard Angular is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project; you can just import the Now UI Dashboard Angular style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.
Example Pages We wanted to fully display the power of this dashboard, so the kit comes packed with examples showing you how to use the components. Inside the product you will find:
Tutorial In order for you to easily be able to use the Now UI Dashboard Angular, we have created a tutorial page in our documentation. It shows the structure for the files inside the archive and how to import them. It then features every components with a description and example how to use it. You can see the details here.
- 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:
npm start - Navigate to localhost:4200
Within the download you'll find the following directories and files:
Now Ui Dashboard
βββ CHANGELOG.md
βββ LICENSE.md
βββ README.md
βββ angular-cli.json
βββ documentation
βββ e2e
βββ karma.conf.js
βββ 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
βΒ Β βΒ Β βββ user-profile
βΒ Β βΒ Β βββ user-profile.component.css
βΒ Β βΒ Β βββ user-profile.component.html
βΒ Β βΒ Β βββ user-profile.component.spec.ts
βΒ Β βΒ Β βββ user-profile.component.ts
βΒ Β βββ assets
βΒ Β βΒ Β βββ demo
βΒ Β βΒ Β βββ fonts
βΒ Β βΒ Β βββ img
βΒ Β βΒ Β βββ scss
βΒ Β βΒ Β βββ now-ui-dashboard
βΒ Β βΒ Β βββ now-ui-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
More products from Creative Tim: http://www.creative-tim.com/bootstrap-themes
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: http://www.creative-tim.com/products
Affiliate Program (earn money): http://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