This repository was archived by the owner on Aug 2, 2019. It is now read-only.
Tags: angular-buch/book-monkey2
Tags
Introduce interface BookRaw for HTTP response - create book-raw.ts in shared folder with BookRaw interface - change signature of book factory method to accept any or BookRaw - use BookRaw for the generic type param of http.get() in BookStoreService Signed-off-by: Johannes Hoppe <johannes.hoppe@haushoppe-its.de>