2.0.1 • Published 5 years ago

view-more v2.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
5 years ago

ViewMoreDirective

How to use :

<p view-more  viewHeight="60" (showMore)="showMore($event)"> 
....
</p>

properties

view-more-directive is currently have following properties. Details of that properties are given below.

propertiesdataTypedetails
@Input viewHeightnumberit is the height of your containt you want to show.
@Output showMore()-return the boolean value when user clicks on view more link.It is true for show more event & false for show less event
2.0.1

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

2.0.0-rc

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

2.0.0

5 years ago