UNPKG

swagger-pack

Version:

test of swagger generated angular models/services and possibility to reuse them

13 lines (11 loc) 233 B
/* tslint:disable */ import { Injectable } from '@angular/core'; /** * Global configuration for Api services */ @Injectable({ providedIn: 'root', }) export class ApiConfiguration { rootUrl: string = 'http://localhost:9001'; }