core/action-bar/action-bar-item.component.ts

Description

A can be added with content projection. It allows to show items in three positions (left, right or more).

Example :
<c8y-action-bar-item [placement]="'right'">
  <button class="btn btn-link" (click)="addRandom()"><i c8yIcon="plus-circle"></i> Add random</button>
</c8y-action-bar-item>

Implements

ActionBarItemWithComponent

Example

Metadata

Relationships

<ng-template #template>
  <li class="{{ itemClass }}">
    <ng-content></ng-content>
  </li>
</ng-template>

results matching ""

    No results matching ""