AltitudeWeb/frontend/src/app/copy-ip
Teriuihi 297bd473a6 Refactor IP copy functionality into a reusable component
Extracted the "Copy IP" button to a new `CopyIpComponent` to improve reusability and modularity. Updated `HomeComponent` to use this new component and removed redundant methods for copying text to the clipboard. Added tests and styles for the new component.
2025-04-05 22:07:53 +02:00
..
copy-ip.component.html Refactor IP copy functionality into a reusable component 2025-04-05 22:07:53 +02:00
copy-ip.component.scss Refactor IP copy functionality into a reusable component 2025-04-05 22:07:53 +02:00
copy-ip.component.spec.ts Refactor IP copy functionality into a reusable component 2025-04-05 22:07:53 +02:00
copy-ip.component.ts Refactor IP copy functionality into a reusable component 2025-04-05 22:07:53 +02:00