NgCrudHelper
Install
npm install ng-crud-helper
How to use
You need to import HttpModule to your app.module
To consume JSON
Import at you component from 'ng-crud-helper/json.service' and use the functions: doGet() doPost() doDelete() doPut() doGetWithApiKey() doPostWitApihKey() doDeleteWithApiKey() doPutWithApiKey()
2017 Yan Christoffer All rigths reserved