@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
8 lines (7 loc) • 456 B
TypeScript
import * as i0 from "@angular/core";
export declare class ArrayToTreeConverterService {
createTree(array: any[], parentIdProperty: any, idProperty: any, parentIdValue: any, childrenProperty: string, fieldMappings: any): any;
mapFields(node: any, newNode: any, fieldMappings: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayToTreeConverterService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ArrayToTreeConverterService>;
}