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.

6 lines (5 loc) 164 B
import { RxViewContext } from '@rx-angular/cdk/template'; export interface RxIfViewContext<T = unknown> extends RxViewContext<T> { rxIf: T; $implicit: T; }