* Generate a `book-new` component * Add a new route * Import `ReactiveFormsModule` into BooksModule * Import `Validators`, `FormBuilder` and `FormGroup` into `BookNewComponent` * Instantiate `FormBuilder` in a attribute via DI * define a attribute `form` with type `FormGroup` * Create a Form Model with `FormBuilder` * Extend BooksService to save new Book
book-newcomponentReactiveFormsModuleinto BooksModuleValidators,FormBuilderandFormGroupintoBookNewComponentFormBuilderin a attribute via DIformwith typeFormGroupFormBuilder