Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free responsive Angular admin dashboard template on Bootstrap 4 with example pages and documentation.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Now UI Dashboard Angular is a free, responsive admin dashboard template for Angular, built on Bootstrap 4 and published by Creative Tim in collaboration with InVision.
Now UI Dashboard Angular is a front-end dashboard kit for Angular developers. It takes an Angular project as input and provides a set of reusable components, example pages, and styles as output. The template runs on Angular via the Angular CLI, and it is created and maintained by Creative Tim with design input from InVision. It includes a live preview at https://creativetimofficial.github.io/now-ui-dashboard-angular.
src/assets/scss/now-ui-dashboard, with a main stylesheet that you can import into your app.Now UI Dashboard Angular is aimed at front-end developers and startups who need an admin dashboard quickly without designing from scratch. Developers can clone the repository, run npm install and npm start, and immediately have a functional dashboard with navigation and pages. Product teams can use the example pages to prototype user interfaces before connecting a backend. Designers who work with InVision can take the same design language used in Now UI Kit Angular and apply it to dashboard interfaces.
The template is a standard Angular CLI project. After installing Node.js, you run npm install -g @angular/cli, then npm install and npm start inside the project folder, and open localhost:4200. The source is organized under src/app with separate folders for components (navbar, sidebar, footer), pages (dashboard, icons, maps, notifications, table-list, typography, user-profile), and an admin-layout module that handles routing.
Now UI Dashboard Angular is free. The README states it is "provided for free" and the license badge shows an MIT license, which means you can use it in commercial projects without paying.
Yes. Creative Tim provides the template for free under the MIT license, so you can use it in personal and commercial projects without paying a license fee.
Yes, it includes seven example pages: dashboard, icons, maps, notifications, table list, typography, and user profile. Each page has its own Angular component and is wired into the routing.
You need Node.js installed. Then run npm install -g @angular/cli, npm install, and npm start from the project directory, and visit localhost:4200 in your browser.
It uses Angular as the application framework, Bootstrap 4 for the CSS grid and components, and SCSS for custom styling. The codebase is written in TypeScript.
