Epotignano / ng2-social-share

Angular2 social share module, share urls and content on social networks such as facebook, google+, twitter, pinterest and so on -
20 stars 24 forks source link

No integrate with Ionic2 #8

Open jpablocardona opened 7 years ago

jpablocardona commented 7 years ago

The code no integrate Ionic2 component

@Component({
    selector: 'app-my-fancy-component',
    templateUrl: 'my-fancy-component.component.html',
    directives:[CeiboShare] // <- This line

})