@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.
5 lines (4 loc) • 381 B
TypeScript
import { NgIterable, Provider } from '@angular/core';
import { ReconcileFactoryOptions } from './reconcile-factory';
export declare const LEGACY_RXFOR_RECONCILIATION_FACTORY: () => <T, U extends NgIterable<T> = NgIterable<T>>(options: ReconcileFactoryOptions<T, U>) => import("rxjs").Observable<NgIterable<T>>;
export declare function provideLegacyRxForReconciliation(): Provider;