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.

5 lines (4 loc) 214 B
import { InjectionToken } from '@angular/core'; import { RxReconcileFactory } from './reconcile-factory'; /** @internal */ export declare const INTERNAL_RX_FOR_RECONCILER_TOKEN: InjectionToken<RxReconcileFactory>;