1.0.0 • Published 6 years ago

ngx-blood-hound v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NgxBloodHound

  • A simple component to be used into try cath block to connect any application with the github repository to create automatically.
  • However, this directive can be used with any other try catch block or any pipe error on http methods.
  • It is developed using Angular >=6.0.0 and its newly introduced ng g library schematics.
  • This library is is generated with Angular CLI version 6.0.3.

Examples/Demo

  • A simple Example can be found under src/app directory of this repository. It uses GitHub api to have a communication between the application and the repository.

Installation

npm i ngx-blood-hound

Usage

Running unit tests

Run ng test to execute the unit tests via Karma.

Credits

This project is based on ngx-typeahead. I want to thank Oren Farhi from Orizens for open sourcing his project as it helped me to write my first simple Angular library. Also want to thanks entire Angular team for creating this awesome framework.