ionic2-tutorial-ngrx icon indicating copy to clipboard operation
ionic2-tutorial-ngrx copied to clipboard

Typescript errors

Open ParsaAkbari opened this issue 9 years ago • 1 comments

Perhaps there is something wrong with my setup, but there are several errors when running ionic serve on this app.

Thanks!

ParsaAkbari avatar Jul 29 '16 14:07 ParsaAkbari

Same for me. Unfortunately the code is not running.

TypeScript error: birthday.effects.ts(39,24): Error TS2345: Argument of type '(update: StateUpdate) => Action' is not assignable to parameter of type '(value: StateUpdate, index: number) => Birthday'. Type 'Action' is not assignable to type 'Birthday'. Property '_id' is missing in type 'Action'.

lujakob avatar Sep 05 '16 14:09 lujakob