ng_modular_admin 1.0.2 copy "ng_modular_admin: ^1.0.2" to clipboard
ng_modular_admin: ^1.0.2 copied to clipboard

Modular Admin for Angular Dart is a Boostrap theme for building web applications.

Modular Admin for Angular Dart #

View Demo

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 AngularDart.

Getting Started #

To use ng_modular_admin in your own AngularDart project, do the following:

  1. Add ng_modular_admin as a dependency in pubspec.yaml (and run pub get).
  2. Create an SCSS stylesheet in your main web directory, e.g. web/theme.scss and put @import "package:ng_modular_admin/src/modular-admin/modular-admin"; at the top of this file.
  3. You can add any customizations you want to the SCSS stylesheet you created in step 2. The stylesheet will be built automatically when you use webdev serve or webdev build.
  4. For any component where you want to use Modular Admin, import package:ng_modular_admin/ng_modular_admin.dart and add modularAdminDirectives to that component's directives.
  5. Look at the Layout demo page to see how to set up the application shell.

You will find more detailed usage information and examples in the demo application.


define hyperion gray

6
likes
30
pub points
0%
popularity

Publisher

verified publisherhyperiongray.com

Modular Admin for Angular Dart is a Boostrap theme for building web applications.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angular, angular_forms, angular_router, ng_fontawesome

More

Packages that depend on ng_modular_admin