We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60df6d6 commit d7f41ecCopy full SHA for d7f41ec
README.md
@@ -1,11 +1,13 @@
1
# ng2-rest-api
2
ng2-rest-api HTTP client to consume RESTful services. Built on Angular2/http with TypeScript. A rest api template for all api consumption.
3
+Angular2 rest template for all CRUD operations.
4
+
5
**Note:** this solutions is not included in npm, so download and include it in your service folder.
6
7
## Installation
8
9
```sh
-Download and include the api.service.ts file into your service folder of your application.
10
+ Download and include the api.service.ts file into your service folder of your application.
11
```
12
13
## Usage
0 commit comments