pearlpandz / ngx-dev-helpers-pipes

This repository is an open source npm package for angular pipes
MIT License
1 stars 0 forks source link
angular npm pipes

Angular Pipes (ng-pipes)

All Contributors

NPM Package

install npm package

npm i @ngx-dev-helpers/pipes

Import in module

import { PipesModule } from '@ngx-dev-helpers/pipes';

@NgModule({
  imports: [ PipesModule ]
})
export class AppModule { }

List of pipes

  1. Array Pipes
  2. String Pipes

Instruction for Contribution 🤝

Contributors 👨‍💻👩‍💻

Thanks for contributing to make this open source


Muthupandi V

👨‍💻