ng2_strap 0.0.5 copy "ng2_strap: ^0.0.5" to clipboard
ng2_strap: ^0.0.5 copied to clipboard

outdatedDart 1 only

Angular2-Dart Bootstrap directives

ng2_strap #

Native Angular2 Dart directives for Bootstrap

Works with Bootstrap 3

Getting Started #

1. Create a new angular2-dart app: https://angular.io/docs/dart/latest/quickstart.html

2. Add ng2_strap to pubspect.yaml:

dependencies:
    ...
    ng2_strap: any
    ...

3. (Optional) Add sass transformer:

dependencies:
    ...
    sass: any
    ...
transformers:
- sass

you need to install sass previously

4. Add css stylesheet link to index.html:

<head>
    ...
    <link rel="stylesheet" href="packages/ng2_strap/styles/ng2_strap.css">
    ...
</head>

5. Add needed ng2_strap directives to your components:

@Component(
    ...
    directives: const [N2S_ACCORDION_DIRECTIVES])

Usage & Demo #

http://luisvt.github.io/ng2_strap/

Components #

Contribution #

Please read central ng2 modules readme for details, plans and approach and welcome :)

Create new issues

Fork me

TODO #

  • ❌ support animation (in progress...)
  • ✅ demo page
  • ✅ docs
0
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Angular2-Dart Bootstrap directives

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

angular2, bootstrap_sass, browser, dart_to_js_script_rewriter, intl, markdown, node_shims, sass, stream_transformers

More

Packages that depend on ng2_strap