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