📅  最后修改于: 2022-03-11 15:02:57.533000             🧑  作者: Mango
The serive.book property is undefined because it doesn't have
an initial value. So in your service, just initialize
the book property like the following:
book: Book = new Book();