UNPKG

@rx-angular/template

Version:

**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.

10 lines (9 loc) 377 B
import { NgIterable } from '@angular/core'; import { RxDefaultListViewContext } from '@rx-angular/cdk/template'; export declare class RxForViewContext<T, U extends NgIterable<T> = NgIterable<T>, K = keyof T> extends RxDefaultListViewContext<T, U, K> { rxForOf: U; constructor(item: T, rxForOf: U, customProps?: { count: number; index: number; }); }