Skip to content

Commit f122c79

Browse files
authored
fix(checkbox): use correct import for core (#1318)
1 parent 0e9383a commit f122c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
ModuleWithProviders,
1313
} from '@angular/core';
1414
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from '@angular/forms';
15-
import {BooleanFieldValue} from '@angular2-material/core';
15+
import {BooleanFieldValue} from '../core';
1616

1717
/**
1818
* Monotonically increasing integer used to auto-generate unique ids for checkbox components.

0 commit comments

Comments
 (0)