Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Angular admin template built with Bootstrap and Angular CLI 7.2.1.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
AziaAngular is a free Angular admin dashboard template generated with Angular CLI 7.2.1 and built on Bootstrap, giving developers a pre-built starting point for admin panels and internal tools. The project is hosted on GitHub under the repository name AziaAngular and links to a live demo on BootstrapDash's site.
AziaAngular is a front-end project template that outputs a functional admin dashboard application when built and served with the Angular CLI. It takes Angular TypeScript source files and compiles them into a browser-rendered admin UI, with styles and components aligned to Bootstrap's design system. The template comes from BootstrapDash, as indicated by its demo URL at https://www.bootstrapdash.com/demo/azia-angular-free/preview/demo_1/dashboard, and is distributed free of charge.
css3, html5, and ngbootstrap, indicating Bootstrap styling and NG Bootstrap components are wired in.ng serve starts a local server at http://localhost:4200/ with automatic reload on source changes.ng build outputs the compiled app to the dist/ directory, and the --prod flag enables production optimizations.ng generate component, directive, pipe, service, class, guard, interface, enum, and module.ng test runs unit tests through the Karma test runner.ng e2e executes end-to-end tests via Protractor.ng serve and then customize components without starting from zero.npm install.ng serve to start the development server at http://localhost:4200/.ng test or ng e2e to execute the test suites, and ng build --prod to create a production bundle in dist/.AziaAngular is free, as stated in its repository description as a "Free Angular Admin template."
Yes, the repository description explicitly labels it a "Free Angular Admin template." You can download and use it without paying a license fee.
The project was generated with Angular CLI version 7.2.1, which corresponds to Angular 7. The project structure and commands follow Angular 7 conventions.
Run ng serve from the project root and open http://localhost:4200/ in your browser. The development server reloads automatically when you change source files.
Run ng build --prod. The compiled files will be written to the dist/ directory, ready for deployment to a web server.
Unit tests run with Karma via ng test, and end-to-end tests use Protractor via ng e2e. Both are standard for Angular CLI 7 projects.
