Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 4455ab4

Browse files
feat(#10): add share action sheet to public item page
1 parent d286aff commit 4455ab4

23 files changed

+280
-104
lines changed

angular.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
"glob": "webgooglemaps/*",
4242
"input": "node_modules/web-google-maps/dist",
4343
"output": "./"
44+
},
45+
{
46+
"glob": "websocialshare.js",
47+
"input": "node_modules/web-social-share/dist",
48+
"output": "./"
49+
},
50+
{
51+
"glob": "websocialshare/*",
52+
"input": "node_modules/web-social-share/dist",
53+
"output": "./"
4454
}
4555
],
4656
"styles": [

0 commit comments

Comments
 (0)