Skip to content

Commit

Permalink
No longer use deep import of core
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Sep 9, 2016
1 parent c75cc6a commit 21c92ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/checkbox/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
ModuleWithProviders,
} from '@angular/core';
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from '@angular/forms';
import {BooleanFieldValue} from '@angular2-material/core/annotations/field-value';
import {BooleanFieldValue} from '@angular2-material/core';

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

0 comments on commit 21c92ce

Please sign in to comment.