UNPKG

@codehint-ng/tree-table

Version:

A simple component to display tree-hierarchically data in table.

8 lines (7 loc) 349 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NumberToArrayPipe implements PipeTransform { transform(value: number): any[]; static ɵfac: i0.ɵɵFactoryDeclaration<NumberToArrayPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NumberToArrayPipe, "appNumberToArray", false>; }