1.0.0 • Published 5 years ago

ngx-netcore-api v1.0.0

Weekly downloads
26
License
-
Repository
github
Last release
5 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

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago