core/quicklink/quick-link.component.ts
| 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" title="{{ label | translate }}">
<h1 class="text-gray-darker">
<i [c8yIcon]="icon" class="c8y-icon-duocolor"></i>
</h1>
<p class="text-muted">{{ label | translate }}</p>
</div>