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) • 638 B
TypeScript
import { ActionHandler } from '../interfaces/action-handler.interface';
import { ActionConfig } from '../models/action-config.model';
import { ScreenLoaderService } from '../../../core/services/screen-loader.service';
import * as i0 from "@angular/core";
export declare class LoadScreenHandler implements ActionHandler {
private screenLoader;
constructor(screenLoader: ScreenLoaderService);
canHandle(type: ActionConfig['actionType']): boolean;
handle(config: ActionConfig): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadScreenHandler, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LoadScreenHandler>;
}