UNPKG

app-draggable-portlets-template

Version:

An easy implementation of draggable portlets for Angular, where you can load all portlets by a data json file.

15 lines (14 loc) 491 B
import { Observable } from 'rxjs'; import { HttpClient } from '@angular/common/http'; export declare class ReturnJsonArrayService { private http; constructor(http: HttpClient); getScreen(url: string): Observable<any>; /** * Handle Http operation that failed. * Let the app continue. * @param operation - name of the operation that failed * @param result - optional value to return as the observable result */ private handleError; }