copyable-url-container/src/lib/copyable-url-container.component.ts
Contains a url link and a button to copy it to the clipboard.
| selector | hra-copyable-url-container |
| imports |
HraCommonModule
ButtonsModule
IconsModule
PlainTooltipDirective
|
| templateUrl | ./copyable-url-container.component.html |
| styleUrl | ./copyable-url-container.component.scss |
Methods |
Inputs |
| url | |
Type : string
|
|
| Required : true | |
|
Url to display |
|
| copyUrl |
copyUrl()
|
|
Copys url to clipboard and shows a snackbar notification.
Returns :
void
|