mat-checkbox is not a known element code example
Example: 'mat-checkbox' is not a known element
import { MatCheckboxModule } from '@angular/material/checkbox';
TestBed.configureTestingModule({
imports: [
MatCheckboxModule
],
declarations: [AddAlarmsFormComponent]
})