You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn tsconfig settings to 11 (#34)
* `"strict": true,`
* `"noUnusedLocals": true,`
* `"noUnusedParameters": true,`
* `"forceConsistentCasingInFileNames": true,`
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
Update so it works with Reactive forms (#27)
* updated to work with reactive and template driven forms.
* added a little documentation
* updated based on PR feedback
* updated based on PR feedback.