redux-providers
Version:
Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.
7 lines (6 loc) • 398 B
text/typescript
export const ERRORS_MSGS = {
DUPLICATED_PROVIDER_DECORATOR: "Cannot apply @Provider decorator multiple times.",
DUPLICATED_ACTION_HANDLER_DECORATOR: "Cannot apply @ActionHandler decorator multiple times.",
DUPLICATED_REDUX_MODULE_DECORATOR: "Cannot apply @ReduxModule decorator multiple times.",
DUPLICATED_REDUX_COMPONENT_DECORATOR: "Cannot apply @ReduxComponent decorator multiple times."
};