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

actionServiceRegistry

mechanism for getting the ActionService object/class for a given feature and entity

Presentation

function actionServiceRegistry(
  feature: string,
  entity: string,
): ActionService | null;

Returns

ActionService | null -

the ActionService object/class for the given feature and entity

Parameters

NameTypeDescription
feature
string

the feature

entity
string

the entity