-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- refactor(ShareButtonsService): Initialize meta tags from document head 'og' meta tags. - refactor(ShareButtonsService): Add `url` as a meta tag property to the global config. - refactor(ShareDirective): Initialize meta tags inputs from the global config. - refactor(Props): Add url as meta tag property. - refactor(Operators): Removes Pinterest operator since description and image meta tags are being set from the service. - refactor(Operators): Removes None operator since url became part of the meta tags. - refactor(Operators): Changes `EmailOperator` to `urlInMessageOperator` - refactor(Utils): Move `getOS()` and `getValidUrl` to utils file and remove encodeUriComponent. - refactor(Utils): Do not encode the url in `getValidUrl` function since the url becomes a meta tag. - fix(WhatsApp): Adds share URL to message body, closes #239
- Loading branch information
1 parent
5aecd67
commit 83a0ff9
Showing
6 changed files
with
229 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.