right-angled
Version:
Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.
9 lines • 451 B
TypeScript
import { PipeTransform } from '@angular/core';
import { ListDirective } from './list.directive';
import * as i0 from "@angular/core";
export declare class RowNumberPipe implements PipeTransform {
transform(index: number, rtList: ListDirective): number;
static ɵfac: i0.ɵɵFactoryDeclaration<RowNumberPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RowNumberPipe, "rtRowNumber", false>;
}
//# sourceMappingURL=row-number.pipe.d.ts.map