core/quicklink/quick-link.component.ts
OnInit
selector | c8y-quick-link |
templateUrl | ./quick-link.component.html |
Properties |
Methods |
Inputs |
icon |
Type : any
|
label |
Type : any
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
classes |
Type : string
|
Default value : ''
|
<div [class]="classes">
<i [c8yIcon]="icon" class="c8y-icon-duocolor icon-32"></i>
<p class="text-muted" title="{{ label | translate }}">{{ label | translate }}</p>
</div>