mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
10 lines
247 B
HTML
10 lines
247 B
HTML
|
<button
|
||
|
(click)='handleClick()'
|
||
|
[cbContent]="textToCopy"
|
||
|
[ngxClipboard]
|
||
|
class=" btn btn--primary btn--outline"
|
||
|
id="copyLink" >
|
||
|
<i class='fa fa-copy' ></i >
|
||
|
{{"admin.copy_link" |translate}} " {{ textToCopy}}"
|
||
|
</button >
|