angular2-autosize

1.0.2 • Public • Published

angular2-autosize

This project has moved to ng-autosize and will be maintained there from now on. Significant performance improvements and bug fixes have been made and it is recommended you upgrade from this version to ng-autosize.

https://github.com/stevepapa/ng-autosize

. . .

angular2-autosize is an Angular2 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/angular2-autosize

Installation:

npm install angular2-autosize

Use Example:

Add the declaration to your @NgModule:

import {Autosize} from 'angular2-autosize';
 
...
 
@NgModule({
  declarations: [
    Autosize
  ]
})

Use directly inside your HTML templates

<textarea autosize class="my-textarea">Hello, this is an example of Autosize in Angular2.</textarea>

Author

Steve Papa

Licence

This project is licensed under the MIT license. See the LICENSE file for more info.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    286
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    286
  • 1.0.1
    79
  • 1.0.0
    9
  • 0.1.0
    1

Package Sidebar

Install

npm i angular2-autosize

Weekly Downloads

38

Version

1.0.2

License

MIT

Last publish

Collaborators

  • stevepapa