Angular - Retrojb/kotlin-mongodb GitHub Wiki
Angular project parts
Working with Dynamic Forms module:
Make sure to add it to the newly created module; i.e. material.module.ts
make sure to go add the module there if those components are going to use it.
*** Good Format? In modules.ts
is it okay to declare all import and export modules as an Array?
const modules = [ CommonModule, MatButtonModule, MatIconModule, MatCardModule, MatFormFieldModule, MatInputModule, MatListModule, MatDatepickerModule, MatNativeDateModule, MatMomentDateModule, MatSelectModule, MatOptionModule, MatCheckboxModule, MatRadioModule, ReactiveFormsModule, FormsModule ];