register-device/general/general-device-registration-button.component.ts
| selector | c8y-general-device-registration-button |
| imports |
C8yTranslatePipe
|
| templateUrl | general-device-registration-button.component.html |
IconDirective
C8yTranslatePipe
<button title="{{ 'General' | translate }}" type="button" (click)="open()">
<i c8yIcon="c8y-device-connect"></i>
{{ 'General' | translate }}
</button>