InjectSelectorOptions

Interface: InjectSelectorOptions<TSelected>

Defined in: packages/angular-store/src/injectSelector.ts:11

Extends

  • Omit<CreateSignalOptions<TSelected>, "equal">

Type Parameters

TSelected

TSelected

Properties

compare()?

ts
optional compare: (a, b) => boolean;
optional compare: (a, b) => boolean;

Defined in: packages/angular-store/src/injectSelector.ts:15

Parameters

a

TSelected

b

TSelected

Returns

boolean


debugName?

ts
optional debugName: string;
optional debugName: string;

Defined in: node_modules/.pnpm/@[email protected]_@[email protected]_[email protected]_[email protected]/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts:54

A debug name for the signal. Used in Angular DevTools to identify the signal.

Inherited from

ts
Omit.debugName
Omit.debugName

injector?

ts
optional injector: Injector;
optional injector: Injector;

Defined in: packages/angular-store/src/injectSelector.ts:16

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.