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 :
Search[]
|
<ng-container *ngFor="let item of getByPriority()">
<ng-container *c8yOutlet="item.template; injector: item.injector"></ng-container>
</ng-container>