UNPKG

angular2-rest-api

Version:

This is a REST api provider for angular for http actions request to server and instantiate models.

9 lines (8 loc) 172 B
export declare class ApiConfig { baseUrl: string; endpoints: Array; constructor({baseUrl, endpoints}: { baseUrl: any; endpoints: any; }); }