UNPKG

@harmowatch/ngx-redux-core

Version:

[![Join the chat at https://gitter.im/harmowatch/ngx-redux-core](https://badges.gitter.im/harmowatch/ngx-redux-core.svg)](https://gitter.im/harmowatch/ngx-redux-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

4 lines (3 loc) 230 B
import { Type } from '@angular/core'; import { ReduxStateProvider } from '../providers/redux-state.provider'; export declare function ReduxSelect<S = {}>(expression: string, context?: Type<ReduxStateProvider>): PropertyDecorator;