ngx-antd-form-builder
Version:
Simple Drag&Drop form builder using ng-zorro-antd
8 lines (7 loc) • 322 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class HasRulePipe implements PipeTransform {
transform(rules: any[]): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<HasRulePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<HasRulePipe, "hasRule", true>;
}