MCPcopy Index your code
hub / github.com/rx-angular/rx-angular / isRxComponentInput

Function isRxComponentInput

libs/template/push/src/lib/push.pipe.ts:276–283  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

274}
275
276function isRxComponentInput<U>(value: any): value is PushInput<U> {
277 return (
278 value != null &&
279 (hasOwnProperty.call(value, 'strategy') ||
280 hasOwnProperty.call(value, 'renderCallback') ||
281 hasOwnProperty.call(value, 'patchZone'))
282 );
283}

Callers 1

transformMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected