@ngx-dev-helpers/pipes
v1.1.0
Published
This library will make your life easy. Want to contribute? Don't forget to visit the git repository. If you want any feature or facing any issue? Please create issue in github repository :)
Readme
Angular Pipes (ng-pipes)
NPM Package
npm i @ngx-dev-helpers/pipesImport in module
import { PipesModule } from '@ngx-dev-helpers/pipes';
@NgModule({
imports: [ PipesModule ]
})
export class AppModule { }List of pipes
Instruction for Contribution 🤝
- Fork this Repository using the button at the top
- Clone your forked repository to your pc ( git clone
'[email protected]:pearlpandz/ngx-dev-helpers-pipes.git') - Create a new branch for your modifications (ie.
git branch NEW_BRANCHand check it outgit checkout NEW_BRANCHandgit checkout -b NEW BRANCH) - Run
npmfrom inside the cloned project and runnpm startafter 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
devbranch - Star this repository
Contributors 👨💻👩💻
Thanks for contributing to make this open source
