MCPcopy
hub / github.com/rx-angular/rx-angular / RxListManager

Interface RxListManager

libs/cdk/template/src/lib/list-template-manager.ts:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36import { notifyAllParentsIfNeeded } from './utils';
37
38export interface RxListManager<T> {
39 nextStrategy: (config: RxStrategyNames | Observable<RxStrategyNames>) => void;
40
41 render(changes$: Observable<NgIterable<T>>): Observable<NgIterable<T> | null>;
42}
43
44export function createListTemplateManager<
45 T,

Callers 8

generateTypescriptDocsFunction · 0.65
appFunction · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65
renderUrlFunction · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65

Implementers 6

TypescriptDocsRenderertools/scripts/docs/typescript-docs-ren
RippleComponentapps/demos/src/app/shared/debug-helper
ISRHandlerlibs/isr/server/src/isr-handler.ts
RxPushlibs/template/push/src/lib/push.pipe.t
RxVirtualViewlibs/template/virtual-view/src/lib/vir
RxVirtualForlibs/template/virtual-scrolling/src/li

Calls

no outgoing calls

Tested by

no test coverage detected