Newer
Older
import { Injectable } from '@angular/core';
@Injectable()
export class ConfigService {
apiUrl = '/api/v1/';
constructor() { }
}
import { Injectable } from '@angular/core';
@Injectable()
export class ConfigService {
apiUrl = '/api/v1/';
constructor() { }
}