Month: October 2023

The unit tests were also adjusted to consider the component dependencies in the TestBed definition, and you can find the test code in the GitHub repository of this chapter. The last adjustment must be made in the DiaryModule module:@NgModule({  declarations: [    NewEntryFormTemplateComponent,    NewEntryFormReactiveComponent,  ],  imports: [    CommonModule,    DiaryRoutingModule,    RouterModule,    FormsModule,    ReactiveFormsModule,  ],})export class DiaryModule {} As we will dynamically load the components that were converted to […]


Terms of Use | About yeagerback | Privacy Policy | Cookies | Accessibility Help | Contact yeagerback