We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5355fbd commit 6589ef4Copy full SHA for 6589ef4
src/app/shared/share/share.service.ts
@@ -1,11 +1,7 @@
1
-import { HttpClient } from '@angular/common/http';
2
import { Injectable } from '@angular/core';
3
-import { Plugins } from '@capacitor/core';
+import { Share } from '@capacitor/share';
4
import { catchError } from 'rxjs/operators';
5
import { getAssetProfileUrl } from '../../utils/url';
6
-import { Share } from '@capacitor/share';
7
-import { concatMap, first, map } from 'rxjs/operators';
8
-import { blobToBase64 } from '../../utils/encoding/encoding';
9
import {
10
DiaBackendAsset,
11
DiaBackendAssetRepository,
0 commit comments