ng2_autogrow_textarea 0.0.1+1 copy "ng2_autogrow_textarea: ^0.0.1+1" to clipboard
ng2_autogrow_textarea: ^0.0.1+1 copied to clipboard

Dart 1 only

Autogrow textarea directive for Angular 2 Dart.

example/main.dart

import 'package:angular2/angular2.dart';
import 'package:angular2/bootstrap.dart';
import 'package:ng2_autogrow_textarea/ng2_autogrow_textarea.dart';

void main() {
  bootstrap(AppComponent);
}

@Component(
    selector: 'my-app',
    directives: const [AutogrowDirective],
    template: '''
    <textarea [autogrow]
              placeholder="Try typing something..."></textarea>
    ''')
class AppComponent {}
0
likes
25
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Autogrow textarea directive for Angular 2 Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

angular2

More

Packages that depend on ng2_autogrow_textarea