Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / TypeAlias

EffectServiceToken

Generic types:Row

Shorthand type for the token used to inject the effect service

Presentation

type EffectServiceToken = InjectionToken<EffectService<Row>>;