ngx-http-date-interceptor
v18.0.1
Published
A simple Angular interceptor, that converts income datestrings in JSON responses to native Date.
Downloads
22
Readme
ngx-http-date-interceptor
A simple Angular interceptor, that converts income datestrings in JSON responses to native Date.
Install
npm install ngx-http-date-interceptor
Usage
import { HttpDateInterceptorProvider } from "ngx-http-date-interceptor";
providers: [
// ...,
HttpDateInterceptorProvider,
];