Resources
Everything you need to explore, install and contribute to the AdminLTE 4 Angular port.
Project links
| Resource | Link |
|---|---|
| Repository (GitHub) | github.com/ColorlibHQ/adminlte-angular |
| npm package | npmjs.com/package/@adminlte/angular |
| Live demo | adminlte-angular.pages.dev |
| Issues & bug reports | github.com/ColorlibHQ/adminlte-angular/issues |
| AdminLTE (core) | adminlte.io |
| AdminLTE core repo | github.com/ColorlibHQ/AdminLTE |
Install
npm install @adminlte/angular admin-lte bootstrap bootstrap-icons
Underlying technologies
- Angular 22 — standalone components, signals, the new control flow.
- Angular Signals — the reactivity model the library is built on.
- Bootstrap 5.3 — the CSS framework AdminLTE 4 builds on.
- Bootstrap Icons — the icon set used throughout (the
bi-*classes).
Optional plugin libraries
Lazy-loaded by their wrapper components — install only what you use (see Charts & plugins):
- ApexCharts — used by
<lte-apex-chart>. - flatpickr — used by
<lte-input-flatpickr>. - Tom Select — used by
<lte-input-tom-select>. - simple-datatables — used by
<lte-datatable>.
The AdminLTE framework family
The same AdminLTE 4 dashboard is available for other stacks:
License
Released under the MIT License — © 2014–2026 ColorlibHQ. Built on AdminLTE. You are free to use it in personal and commercial projects.
Contributing
The repository is an Angular workspace: the library lives in projects/adminlte-angular and a demo app that dogfoods it lives in projects/demo. Issues and pull requests are welcome on GitHub.
AdminLTE 4 · Angular port
Edit on GitHub