enhancementhelp wanted
Description
I had some problems using polymer-redux with Typescript. So I created an example that helped me fixing them: https://github.com/pme123/polymer-redux-typescript-example
It is based on a Javascript version: https://github.com/jdomzhang/polymer-redux-example
It works - but I have 2 remaining open points:
- statePath of the State definition is an extension of Polymer.property - throws transpile exception
- PolymerRedux has no Typings - throws transpile exception
Nothing blocking but I hope to solve them some time.