How to use the ngx-sharebuttons.ShareButtonsModule.forRoot function in ngx-sharebuttons

To help you get started, we’ve selected a few ngx-sharebuttons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yoshiko-pg / your-name / src / app / app.module.ts View on Github external
BrowserModule,
    BrowserAnimationsModule,
    FormsModule,
    HttpModule,
    JsonpModule,
    MdCommonModule,
    MdCoreModule,
    MdButtonModule,
    MdDialogModule,
    MdInputModule,
    MdIconModule,
    MdCheckboxModule,
    MdProgressSpinnerModule,
    MdTooltipModule,
    MdSnackBarModule,
    ShareButtonsModule.forRoot(),
  ],
  providers: [
    { provide: PRIMARY_EVENT_EMITTER, useClass: EventEmitter },
    ParticipationService,
    Store,
    ActionCreator,
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }

ngx-sharebuttons

<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

MIT
Latest version published 12 months ago

Package Health Score

66 / 100
Full package analysis