core/search/search.component.ts
selector | c8y-search |
templateUrl | ./search.component.html |
Properties |
Methods |
Inputs |
Outputs |
constructor(searchService: SearchService)
|
||||||
Parameters :
|
icon
|
Type :
Default value : |
name
|
Type : |
priority
|
Type :
Default value : |
term
|
Type :
Default value : |
search
|
$event Type: EventEmitter
|
ngAfterViewInit |
ngAfterViewInit()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
onSearch |
onSearch()
|
Returns :
void
|
template |
template:
|
Type : any
|
Decorators :
@ViewChild('template', {static: undefined})
|
<ng-template #template>
<ng-content></ng-content>
</ng-template>