0.0.1 • Published 5 years ago

ng-http-wrapper v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

ng-http-wrapper

Basic wrapper for angular $http & ng-file-upload Upload services, containing glue code used in my angular projects. Written in TS.

Dependendcies

Features

  • Common error handling based on toaster display
  • Fluid upload method added to http calls (integration with ng-file-upload lib)
  • Automatic partial & full url parsing for ASP.MVC based routes
  • JWT token based authentication for ADFS authentication to WebAPI

Roadmap

  • Add karma TUs (non-regression testing)
  • Improve error-handling based on custom business error codes shared between srv & client
  • Make authentication process more generic to integrate with other kinds of auth mechanism on the API side