refactor: rewrite for new models
This commit is contained in:
@ -43,6 +43,7 @@ export interface SelectData {
|
||||
templateUrl: './other.component.html',
|
||||
styleUrl: './other.component.css'
|
||||
})
|
||||
|
||||
export class OtherComponent {
|
||||
private _searchQuery: string = '';
|
||||
protected filteredData: BehaviorSubject<SelectData[]> = new BehaviorSubject<SelectData[]>([]);
|
||||
|
Reference in New Issue
Block a user