ng-crud-helper

An Angular 2+ Crud Helper, helps you to consume Rest API


Keywords
Angular, Angular2, Crud, Rest
License
MIT
Install
npm install ng-crud-helper@0.2.7

Documentation

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