npm i @ngx-dev-helpers/pipes
import { PipesModule } from '@ngx-dev-helpers/pipes';
@NgModule({
imports: [ PipesModule ]
})
export class AppModule { }
'git@github.com:pearlpandz/ngx-dev-helpers-pipes.git'
)git branch NEW_BRANCH
and check it out git checkout NEW_BRANCH
and git checkout -b NEW BRANCH
)npm
from inside the cloned project and run npm start
after the previous command execution.git add -A
), commit (git commit -m "added myself"
) and push (git push origin dev
)dev
branchThanks for contributing to make this open source
Muthupandi V 👨💻 |