Socket
Socket
Sign inDemoInstall

ang-readmore

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ang-readmore

This is a simple angular component to add "read more"/"read less" links to your long sentenses/paragraphs.


Version published
Weekly downloads
21
decreased by-38.24%
Maintainers
1
Install size
79.2 kB
Created
Weekly downloads
 

Readme

Source

AngReadmore

This is a simple angular component to add "read more"/"read less" links to your long sentenses/paragraphs.

Checkout the DEMO

This library was generated with Angular CLI version 8.2.14.

1-Install

npm i ang-readmore

2-Register

Import it to you app.module.ts and register it.

import AngReadmoreModule from 'ang-readmore'

imports: [AngReadmoreModule]

3-Use

<ang-readmore [text]="notes" [length]="30" linkColor="#26A69A"></ang-readmore>

Default Length at which read more kicks-in : 20 Characters Default Color: #26A69A

Further help

To get more help GO TO GITHUB REPOSITORY.

Keywords

FAQs

Last updated on 12 Jul 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc