angular-redux / form

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

fix: allow typescript unused checks #32

Closed smithad15 closed 7 years ago

smithad15 commented 7 years ago

The library currently does not work in projects that have noUnusedLocals and noUnusedParameters set inside of tsconfig.json. This should bring the project into compliance with those rules.

SethDavenport commented 7 years ago

Gracias

SethDavenport commented 7 years ago

@smithad15 released as version 6.5.1.