ngx-social-share
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Description

Angular social sharing is easier that you think.

npm version License: MIT Open Source Love

ngx-socilal-share - simple directive for sharing your pages via facebook, linkedin and other

Usage

Install package

npm i ngx-social-share

Add import to your module

import { NgxSocialShareModule } from 'ngx-social-share';
 
@NgModule({
  imports: [
    ...
    NgxSocialShareModule,
    ],
  declarations: [],
  providers: []
})

Add [socialShare]="label_here" to any of your elements or components

<div>
  <div [socialShare]="'fb'">Facebook</div>
  <div [socialShare]="'tw'">Twitter</div>
  <div [socialShare]="'in'">Linkdedin</div>
  <div [socialShare]="'tr'">Tumblr</div>
  <div [socialShare]="'rd'">Reddit</div>
  <div [socialShare]="'pn'">Pinterest</div>
</div>

On click this element will share current opened page to social

Current Labels

  • 'fb' - Facebook
  • 'tw' - Twitter
  • 'in' - LinkedIn
  • 'tr' - Tumblr
  • 'rd' - Reddit
  • 'pn' - Pinterest

Readme

Keywords

Package Sidebar

Install

npm i ngx-social-share

Weekly Downloads

104

Version

1.0.0

License

MIT

Unpacked Size

50.5 kB

Total Files

24

Last publish

Collaborators

  • alexburykin