ngx-sharebuttons
Version:
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://rawcdn.githack.com/MurhafSousli/ngx-sharebuttons/13279ed77c47fe9dd7b61e4dad3ded6d02488c2f/projects/ngx-sharebuttons-demo/src/assets/img/logo.svg"> <h1 alig
5 lines (4 loc) • 304 B
TypeScript
import { EnvironmentProviders, InjectionToken } from '@angular/core';
import { IShareButton, IShareButtons } from './share.models';
export declare const SHARE_BUTTONS_PROP: InjectionToken<IShareButtons>;
export declare function customShareButton(key: string, button: IShareButton): EnvironmentProviders;