diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 19:34:10 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 19:34:10 +0200 |
| commit | 18c3a1df700c3454c0cc19103c3665bc8d731ffa (patch) | |
| tree | 45d542b11ffafc1f2928f339bd33836013e63229 /package.json | |
| parent | a19b16923b1e190ffc31c58acbf0651760abd4ac (diff) | |
| download | DevHive-Angular-18c3a1df700c3454c0cc19103c3665bc8d731ffa.tar DevHive-Angular-18c3a1df700c3454c0cc19103c3665bc8d731ffa.tar.gz DevHive-Angular-18c3a1df700c3454c0cc19103c3665bc8d731ffa.zip | |
Implemented post share button, which copies the post link to the clipboard (thanks to ngxClipboard module)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 763ebb9..8c4d20c 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "form-data": "^3.0.0", "guid-typescript": "^1.0.9", "jwt-decode": "^3.1.2", + "ngx-clipboard": "^14.0.1", "normalize.css": "^8.0.1", "reset-css": "^5.0.1", "rxjs": "~6.6.0", |
