core/search/search-outlet.component.ts
selector | c8y-search-outlet |
templateUrl | ./search-outlet.component.html |
Methods |
Inputs |
constructor(alertService: AlertService)
|
||||||
Parameters :
|
search |
Type : Search[]
|
Default value : []
|
getByPriority |
getByPriority()
|
Returns :
any
|
<ng-container *ngFor="let item of getByPriority()">
<ng-container *c8yOutlet="item.template"></ng-container>
</ng-container>