Skip to content

Commit

Permalink
Don't import from 'rxjs/Rx'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorzilov committed Jul 20, 2017
1 parent 395da56 commit 6b1ae78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dropdown/dropdown.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import {
SimpleChanges,
} from '@angular/core';
import { AbstractControl, ControlValueAccessor, FormBuilder, NG_VALUE_ACCESSOR, Validator, FormControl } from '@angular/forms';
import { Subject } from 'rxjs/Rx';
import { Subject } from 'rxjs/Subject';
import 'rxjs/add/operator/takeUntil';

const MULTISELECT_VALUE_ACCESSOR: any = {
provide: NG_VALUE_ACCESSOR,
Expand Down

0 comments on commit 6b1ae78

Please sign in to comment.