Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Dassderdie/ngx-utility-libraries

Repository files navigation

A collection of libraries for Angular projects.

Try out the DEMO Netlify Status

  1. ngx-show-more An Angular component that truncates arbitrary provided content if it is too high, but enables the user to expand it completely.
  2. ngx-track-by-property An Angular pipe that makes it more convenient to use common trackByFunctions to improve performance of the *ngFor structural directive.

Structure

In the "projects" folder you can find all the libraries listed above. The ngx-utility-libraries-demo folder contains the demo application for all the libraries that is deployed as the project website.