switch filter to Subject from BehaviorSubject

This commit is contained in:
Jesse Lucas
2020-04-03 09:20:27 -05:00
parent 915faabe25
commit 9907523321
6 changed files with 35 additions and 25 deletions
@@ -1,6 +1,6 @@
<mat-form-field>
<mat-label>Filter</mat-label>
<input matInput (keyup)="applyFilter($event)" placeholder="Ex. Up to Date" value="{{filterValue}}">
<input matInput (keyup)="applyFilter($event)" placeholder="Ex. Up to Date">
</mat-form-field>
<table mat-table class="full-width-table" matSort aria-label="Elements">
<!-- Id Column -->