We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9383a commit f122c79Copy full SHA for f122c79
src/lib/checkbox/checkbox.ts
@@ -12,7 +12,7 @@ import {
12
ModuleWithProviders,
13
} from '@angular/core';
14
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from '@angular/forms';
15
-import {BooleanFieldValue} from '@angular2-material/core';
+import {BooleanFieldValue} from '../core';
16
17
/**
18
* Monotonically increasing integer used to auto-generate unique ids for checkbox components.
0 commit comments