November 2019
Beginner
804 pages
20h 1m
English
This method will simply reset the new book collection form using the reset() method available on HTMLFormElement objects.
The following is the code:
clearNewBookCollectionForm(): void {
this._newBookCollectionForm.reset();
}
Let's continue with the renderBook method.
Read now
Unlock full access