UNPKG

@angular-redux/store

Version:
8 lines (7 loc) 266 B
/** * Auto-dispatches the return value of the decorated function. * * Decorate a function creator method with @dispatch and its return * value will automatically be passed to ngRedux.dispatch() for you. */ export declare function dispatch(): PropertyDecorator;