fix checkboxes
This commit is contained in:
parent
a60a9d828e
commit
03421b43d9
@ -6,7 +6,7 @@ import { CircleButtonComponent, IconButtonComponent, IconButtonTypes } from '../
|
|||||||
import { NgForOf, NgIf, NgTemplateOutlet } from '@angular/common';
|
import { NgForOf, NgIf, NgTemplateOutlet } from '@angular/common';
|
||||||
import { MatIconModule } from '@angular/material/icon';
|
import { MatIconModule } from '@angular/material/icon';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { MatCheckboxModule } from '@angular/material/checkbox';
|
import { MatLegacyCheckboxModule as MatCheckboxModule } from '@angular/material/legacy-checkbox';
|
||||||
import { ValuesOf } from '../../utils';
|
import { ValuesOf } from '../../utils';
|
||||||
|
|
||||||
export const TitleColors = {
|
export const TitleColors = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user