register-device/extensible/bulk/extensible-bulk-device-registration-button.component.ts
| selector | extensible-device-registration-component |
| imports |
NgFor
C8yTranslatePipe
|
| templateUrl | extensible-bulk-device-registration-button.component.html |
NgFor
IconDirective
C8yTranslatePipe
AsyncPipe
OnInit
<div *ngFor="let provider of bulkProvidersMetaData | async">
<button
title="{{ provider.name | translate }}"
type="button"
(click)="click(provider.contextPath)"
>
<i c8yIcon="upload"></i>
{{ provider.name | translate }}
</button>
</div>