hi,
I am beginner in angular2+ and I want to create a component that contains a search box (which allows to search for a book) and next to it a button that allows to display the search criteria or hide them
the research criteria are:
* either by name of the book when you check it allows you to display a dropdown list of all the books when you click on a book it shows you the requested book.
* either by start date and end date
PS: I use Angular2 +
thank you in advance