* generate a `book-preview` component * declair a Input book * declair a Output bookselected * show title and isbn in template * use `book-preview` in `book-list` template * click on a button should emit a event with the Book from `book-preview` to `book.list`