Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit e725a59

Browse files
committed
fix(rxjs): Use lettable operators
1 parent a78587c commit e725a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/operators/components/operator/operator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import { Router, ActivatedRoute } from '@angular/router';
1010
import { SeoService } from '../../../services/seo.service';
1111
import { OperatorDoc } from '../../../../operator-docs/operator.model';
12-
import 'rxjs/add/operator/pluck';
12+
import { pluck } from 'rxjs/operators';
1313

1414
export const OPERATOR_TOKEN = new InjectionToken<string>('operators');
1515

0 commit comments

Comments
 (0)