core/navigator/navigator-top/navigator-top.component.ts
host | { |
selector | header[c8y-navigator-top] |
templateUrl | ./navigator-top.component.html |
Properties |
constructor(ui: AppStateService)
|
||||||
Parameters :
|
app$ |
Type : Observable<IApplication>
|
Public ui |
Type : AppStateService
|
<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>