core/navigator/navigator-top/navigator-top.component.ts
| host | { |
| selector | header[c8y-navigator-top] |
| standalone | true |
| imports |
HumanizeAppNamePipe
|
| templateUrl | ./navigator-top.component.html |
AppIconComponent
AsyncPipe
HumanizeAppNamePipe
<c8y-app-icon
[name]="(app$ | async).name"
[contextPath]="(app$ | async).contextPath || (ui.state$ | async).app.contextPath"
[app]="(app$ | async) || (ui.state$ | async).app"
></c8y-app-icon>
<span>{{ app$ | async | humanizeAppName | async }}</span>