Published
- 1 min read
`mat-checkbox` is not a known element
The solution for this is noted below
mat-checkbox
is not a known element
Solution
import { MatCheckboxModule } from '@angular/material/checkbox'
TestBed.configureTestingModule({
imports: [MatCheckboxModule],
declarations: [AddAlarmsFormComponent]
})
Try other methods by searching on the site. That is if this doesn’t work