UNPKG
@angular-redux/form
Version:
alpha (6.2.0-alpha.1)
beta (9.0.0-beta.0)
canary (10.0.1-alpha.3)
latest (10.0.0)
10.0.1-alpha.3
10.0.1-alpha.1
10.0.1-alpha.0
10.0.0
9.0.1
9.0.0
9.0.0-beta.0
6.7.0
6.7.0-1
6.7.0-0
6.6.0
6.5.3
6.5.2
6.5.1
6.5.0
6.3.0
6.2.0
6.2.0-alpha.1
6.2.0-alpha.0
6.1.1
6.1.0
6.1.0-alpha.7
6.1.0-alpha.6
6.1.0-alpha.5
6.1.0-alpha.4
6.1.0-alpha.3
6.1.0-alpha.2
6.1.0-alpha.1
6.1.0-alpha.0
6.0.1
6.0.0
5.1.0-beta.1
5.1.0-beta.0
Build Angular 2+ forms with Redux
github.com/angular-redux/platform
angular-redux/platform
@angular-redux/form
/
configure.d.ts
6 lines
(5 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FormStore
}
from
'./form-store'
;
export
declare
const
provideReduxForms
: <T>
(
store
:
any
) =>
{
provide
:
typeof
FormStore
;
useValue
:
FormStore
; }[];