We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f0b05 commit 46be505Copy full SHA for 46be505
1 file changed
src/app/components/search-bar/search-bar.ts
@@ -2,9 +2,8 @@ import { Component, OnInit, OnDestroy, ElementRef, ViewChild, HostListener, Chan
2
import { CommonModule } from '@angular/common';
3
import { FormsModule } from '@angular/forms';
4
import { Router, RouterModule } from '@angular/router';
5
-import { Subject, Subscription, of } from 'rxjs';
+import { Subject, Subscription } from 'rxjs';
6
import { Decision } from '../../models/decision.model';
7
-import { Signal } from '../../models/signal.model';
8
import { debounceTime, distinctUntilChanged, switchMap } from 'rxjs/operators';
9
import { SearchService, SearchResult } from '../../services/search.service';
10
0 commit comments