angular-redux / form

Keep your Angular2+ form state in Redux
MIT License
41 stars 15 forks source link

Turn tsconfig settings to 11 #34

Closed SethDavenport closed 7 years ago

SethDavenport commented 7 years ago

Also updated to typescript 2.4.1.

Also simplify the implementation of composeReducers. The composed reducer will assemble initial state automatically during Redux initialization; we don't need to do all that state manipulation manually.

Fixes #26

SethDavenport commented 7 years ago

Sorry for all the :anys. /form is in maintenance mode while we basically re-write it for 7.0 so I just wanted to stop the bleeding for people using strict checks in downstream projects.