import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SingInlineSvgService { private httpClient; private cache; constructor(httpClient: HttpClient); /** * get asset from assets folder with http call * or will get from local cache object * in the future we can use js browser cache */ getSvg(path: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=inline-svg.service.d.ts.map