Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active August 23, 2017 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/ac25fc8b9e41176fa62cd152401f3cf8 to your computer and use it in GitHub Desktop.
Save matthieu-D/ac25fc8b9e41176fa62cd152401f3cf8 to your computer and use it in GitHub Desktop.
var reduxLogger = require('redux-logger');
var undoable = require('redux-undo');
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
export class HomePage {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment