view-more
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

properties dataType details
@Input viewHeight number it 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

Package Sidebar

Install

npm i view-more

Weekly Downloads

1

Version

2.0.1

License

GPL-3.0

Unpacked Size

179 kB

Total Files

33

Last publish

Collaborators

  • thevaibhavpatil