remove unused 'first' imports

This commit is contained in:
Art Lowel
2019-01-17 13:53:34 +01:00
parent f51ac8086d
commit e387f9446f
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import { of as observableOf, Observable } from 'rxjs';
import { filter, debounceTime, switchMap, take, tap, catchError, map, first } from 'rxjs/operators';
import { filter, debounceTime, switchMap, take, tap, catchError, map } from 'rxjs/operators';
import { Injectable } from '@angular/core';
// import @ngrx