node-express-angular-mongodb-graphql icon indicating copy to clipboard operation
node-express-angular-mongodb-graphql copied to clipboard

Error in add.component.ts

Open ghost opened this issue 5 years ago • 2 comments

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

ghost avatar Jan 23 '20 13:01 ghost

same error

nvannier avatar Jun 23 '20 15:06 nvannier

In line 82, replace data.addBook._id by data['addBook']._id, it work for me...

nvannier avatar Jun 24 '20 08:06 nvannier