ng_modular_admin 0.0.5
ng_modular_admin: ^0.0.5 copied to clipboard
Modular Admin for Angular Dart is a Boostrap theme for building web applications.
Modular Admin for Angular Dart #
Overview #
This project is a port of Modular Admin to Angular Dart. Modular Admin is a Bootstrap 4 admin theme written with HTML, monolithic CSS, and some JavaScript. This port focuses on converting monolithic CSS to web components with encapsulated styles and reimplementing the JavaScript logic with Angular 2 and Dart.
This project is still alpha quality. Do not use it in your production projects!
Building #
Before building styles, you need dart
and sassc
installed, and you need to
run pub get
.
To build styles, run dart tool/build-styles.dart
.