0.0.7 • Published 6 years ago

angular-truncate-pipes v0.0.7

Weekly downloads
149
License
MIT
Repository
github
Last release
6 years ago

angular-truncate-pipes

A collection of truncating pipes

Requirements

  • Angular >= 4.0.0

Installation

npm install angular-truncate-pipes --save

In your app.module.ts:

import { TruncatePipesModule } from 'angular-truncate-pipes';
@NgModule({
    ...
    imports: [TruncatePipesModule]
    ...
});

Background

Examples

TODOS

  • Write test scripts

License

MIT

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.1

7 years ago