1.0.7 • Published 8 years ago

a2ui v1.0.7

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

See full documentation at http://a2ui.codeweaver.pl

See example usage at http://a2ui-examples.codeweaver.pl

Speed up your Angular 2 applications development using:

Utils:

Bootstrap:

Usage

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

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 {}

Components under consideration

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