UNPKG

slick-components

Version:

7 lines (6 loc) 205 B
import { HttpClient } from "@angular/common/http"; export declare class SlickLogService { private httpClient; constructor(httpClient: HttpClient); writeLog(text: string): Promise<any>; }