1.0.0 • Published 5 years ago

ngx-social-share v1.0.0

Weekly downloads
201
License
MIT
Repository
github
Last release
5 years ago

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
1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago