angular2_rbi 0.0.9
angular2_rbi: ^0.0.9 copied to clipboard
Making MDL dynamic components work with Angular 2
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add angular2_rbiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
angular2_rbi: ^0.0.9Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:angular2_rbi/directives.dart';