core/action-bar/action-bar-item.component.ts
A
<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>
| selector | c8y-action-bar-item |
| standalone | true |
| templateUrl | ./action-bar-item.component.html |
ActionBarModule
ActionBarComponent
AdvancedTranslationEditorComponent
AlarmsComponent
ApplicationListComponent
ApplicationPluginsComponent
AuthConfigurationComponent
BrandingAssetsComponent
BrandingComponent
BulkOperationsListComponent
ConfigurationListComponent
ContextDashboardComponent
CrlCheckSettingsComponent
DeviceConfigurationComponent
DeviceListComponent
DeviceProfileListComponent
DeviceRegistrationViewComponent
DeviceShellComponent
DeviceTabProfileComponent
DeviceTabProvisionedCertificatesComponent
DiagnosticsComponent
EventsComponent
ExportsListComponent
FeatureListComponent
FilesRepositoryComponent
FirmwareDetailsComponent
FirmwareListComponent
GroupsComponent
HelpComponent
LocationComponent
MicroserviceListComponent
NamespaceListComponent
PackageDetailsComponent
PackagesListComponent
RemoteAccessConfigurationListComponent
ReportDashboardListComponent
ServiceCommandTabComponent
SoftwareDetailsComponent
SoftwareDeviceTabComponent
SoftwareListComponent
SsoConfigurationComponent
SubAssetsComponent
TenantListComponent
TerminalViewerComponent
TopicListViewComponent
TopicSubscribersViewComponent
TranslationEditorComponent
TrustedCertificateListComponent
VncViewerComponent
WidgetAutoRefreshContextComponent
WidgetsDashboardComponent
WidgetTimeContextComponent
<ng-template #template>
<li class="{{ itemClass }}">
<ng-content></ng-content>
</li>
</ng-template>