UNPKG

ngx-json-ui

Version:

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

15 lines (14 loc) 608 B
import { ActionHandler } from '../interfaces/action-handler.interface'; import { ActionContainer } from '../models/action-config.model'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ActionFactoryService { private handlers; constructor(handlers: ActionHandler[]); /** * Delegates the action to the appropriate handler. */ performCustomAction(container: ActionContainer): Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<ActionFactoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ActionFactoryService>; }