angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

[Error] Supplied parameters do not match any signature of call target. #27

Closed chunghha closed 7 years ago

chunghha commented 7 years ago

Getting this error from fresh git clone'd local after yarn and npm start.

ERROR in example-app/src/app/store/store.module.ts (37,9): Supplied parameters do not match any signature of call target.

I am going to open a PR later.

SethDavenport commented 7 years ago

Yeah thanks - I believe this was due to a package/typings version mismatch for redux logger. I've merged your PR.

chunghha commented 7 years ago

@SethDavenport thanks for you quick response. And, I really appreciate your efforts on providing this nice example app which helps me a lot understand redux in angular.