1.0.0 • Published 7 years ago

ngx-netcore-api v1.0.0

Weekly downloads
26
License
-
Repository
github
Last release
7 years ago

NgxNetcoreApi

Angular module for HTTP communication with ASP.Net Core Web API

Build Status

Build status

Usage

  1. Import NgxNetCoreApiModule into your application's module.
  2. Import ApiService as a dependency into your Angular component or provider.
  3. TODO: Info about BASE_URL and AUTHORIZATION_TOKEN_SERVICE providers.
  4. Use the generic get<T>/post<T>/put<T>/delete methods to execute call to API endpoints.
  5. Use the BadRequestHelper.getErrorMessage static method to convert ValidationProblemDetails bad request error responses received from the API into error messages.
1.0.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago