3.0.0 • Published 5 years ago

angular-autosize-dumpen v3.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

angular-autosize

Forked from https://github.com/markhatchell/angular2-autosize

angular-autosize is an Angular directive that automatically adjusts textarea height to fit content.

It adjusts the textarea height automatically to any text input, or changes to the model bound to the textarea.

Demo

http://stevepapa.com/angular-autosize

Installation:

npm install angular-autosize

Use Example:

import {Component} from '@angular/core';
import {Autosize} from 'angular-autosize';

@Component({
  template: `
    <textarea autosize class="my-textarea">Hello, this is an example of Autosize in Angular.</textarea>
  `,
  directives: [Autosize]
})

class App {

}

Author

Steve Papa

Licence

This project is licensed under the MIT license.

3.0.0

5 years ago

2.0.0

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago