UNPKG

ng-tiny-url

Version:
9 lines (8 loc) 272 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class NgTinyUrlService { private http; private headers; constructor(http: HttpClient); shorten(url: string, alias?: string): Observable<string>; }