node-express-angular-mongodb-graphql
node-express-angular-mongodb-graphql copied to clipboard
Error in add.component.ts
Hi,
I try to start the server "client" and an error is occurring in the add.component.ts (client/src/app/books/add/add.component.ts) file, "property does not exist addBook"
can you help me?
@didinj
same error
In line 82, replace data.addBook._id by data['addBook']._id, it work for me...