fix lint
parent
84ddfe5a0b
commit
dd6196555f
|
@ -1,4 +1,4 @@
|
||||||
import {Component, EventEmitter, Input, Output} from '@angular/core';
|
import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';
|
||||||
import {Location} from '@angular/common';
|
import {Location} from '@angular/common';
|
||||||
import {ActivatedRoute} from '@angular/router';
|
import {ActivatedRoute} from '@angular/router';
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import {ActivatedRoute} from '@angular/router';
|
||||||
templateUrl: './search-field.component.html',
|
templateUrl: './search-field.component.html',
|
||||||
styleUrls: ['./search-field.component.css']
|
styleUrls: ['./search-field.component.css']
|
||||||
})
|
})
|
||||||
export class SearchFieldComponent {
|
export class SearchFieldComponent implements OnInit {
|
||||||
|
|
||||||
@Input() searchTerm;
|
@Input() searchTerm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue