UNPKG

ngx-json-ui

Version:

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.

13 lines (12 loc) 590 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { DpRule } from '../models/dp-rule.model'; import { DprOptionModel } from '../models/dpr-option.model'; import * as i0 from "@angular/core"; export declare class DataPopulationRuleService { private http; constructor(http: HttpClient); getOptions(dpRule: DpRule, page?: number, searchKey?: string): Observable<DprOptionModel[]>; static ɵfac: i0.ɵɵFactoryDeclaration<DataPopulationRuleService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DataPopulationRuleService>; }