UNPKG

tibas-form-json-generator

Version:

Fully configured form generator via JSON data with a custom template for each attribute + onChange events.

10 lines (9 loc) 223 B
import { Observable } from 'rxjs'; export declare class ReferencesService { constructor(); static getData(apiUrl: string): Observable<Array<{ id: number; code: string; label: any; }>>; }