Speed up your Angular 2 applications development with a2ui!

Demo

Check out a2ui - in action at http://a2ui-examples.codeweaver.pl - in code at https://github.com/a2ui/a2ui-example

Dependencies

To use bootstrap components you need to have bootstrap.js and jQuery. There are no more external dependencies.

Usage

Install with: npm install a2ui --save

and use with SystemJS:

    System.config({
        paths: {
            'npm:': 'node_modules/'
        },
        map: {
            ...
            'a2ui': 'npm:a2ui'
        },
        packages: {
            ...
            a2ui: {
                defaultExtension: 'js'
            }
        }
    });

and example reference in code:

import {Alert} from "a2ui/bootstrap/alert/alert.component";

@NgModule({
    imports: [...],
    declarations: [Alert]
})
export class AppModule {}

Available components:

Utils:

Bootstrap:

Components under consideration

  • Color picker
  • Charts
  • Tree view
  • Tree table
  • Drag and drop