0.0.7 • Published 8 years ago

angular-truncate-pipes v0.0.7

Weekly downloads
149
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.1

9 years ago