Skip to content

Commit

Permalink
fix(select): Fixed lack of import due to strict null checks
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Jul 3, 2017
1 parent 71b7736 commit d3c2e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/select/components/multi-select-label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { SuiTransition, TransitionController, Transition, TransitionDirection }
import { HandledEvent, SuiComponentFactory } from "../../../misc/util";
import { IOptionContext } from "../classes/select-base";

// See https://github.com/Microsoft/TypeScript/issues/13449.
const templateRef = TemplateRef;

@Component({
selector: "sui-multi-select-label",
template: `
Expand Down

0 comments on commit d3c2e17

Please sign in to comment.