@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 :)
Downloads
3
Readme
Angular Pipes (ng-pipes)
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
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_BRANCH
and check it outgit checkout NEW_BRANCH
andgit checkout -b NEW BRANCH
) - Run
npm
from inside the cloned project and runnpm 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