Get started with angular-socialshare CDN

MIT licensed

Free Angular library for social media sharing buttons/widgets integration.

Tags:
  • social
  • sharing
  • buttons
  • share
  • angular
  • angularjs

Stable version

Copied!

How to start using angular-socialshare CDN


import { AngularSocialShareModule } from 'angular-social-share';

@NgModule({
  imports: [
    // other imports
    AngularSocialShareModule
  ],
  // other configurations
})
export class AppModule { }
Copied!
Copied!
Copied!

All versions