1.1.0 • Published 4 years ago

@ngx-dev-helpers/pipes v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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 🤝

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc ( git clone 'git@github.com:pearlpandz/ngx-dev-helpers-pipes.git')
  • Create a new branch for your modifications (ie. git branch NEW_BRANCH and check it out git checkout NEW_BRANCH and git checkout -b NEW BRANCH)
  • Run npm from inside the cloned project and run npm start after the previous command execution.
  • Add the issues/new pipes info to the https://github.com/pearlpandz/ng-pipes/issues
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin dev)
  • Create a pull request to the dev branch
  • Star this repository

Contributors 👨‍💻👩‍💻

Thanks for contributing to make this open source

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago