File

register-device/extensible/bulk/extensible-bulk-device-registration-button.component.ts

Implements

OnInit

Metadata

Index

Properties
Methods

Constructor

constructor(bulkExtensibleDeviceRegistrationService: BulkExtensibleDeviceRegistrationService, modalService: BsModalService)
Parameters :
Name Type Optional
bulkExtensibleDeviceRegistrationService BulkExtensibleDeviceRegistrationService No
modalService BsModalService No

Methods

click
click(contextPath)
Parameters :
Name Optional
contextPath No
Returns : void
ngOnInit
ngOnInit()
Returns : void

Properties

bulkProvidersMetaData
Type : Promise<ExtensibleDeviceRegistrationProvider[]>
<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>

results matching ""

    No results matching ""