UNPKG

ng-navigator-share

Version:

Lightweight Angular wrapper on Web Share API to share PWA apps, Text, URL.

13 lines (12 loc) 323 B
export declare class NgNavigatorShareService { webNavigator: any; constructor(); canShare(): boolean; canShareFile(file: []): boolean; share({ title, text, url, files }: { title: string; text?: string; url?: string; files?: any[]; }): Promise<unknown>; }