1.1.0 • Published 5 years ago
@ngx-dev-helpers/pipes v1.1.0
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
'git@github.com: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