A Collection of Angular Services for Social Integration.
Do you find integrating social network into your angular application harder? Fear no more, ng-socializer lets you integrate social networks such as facebook, google, instagram pinterest and linkedin easily.
Features
Supports facebook, google, instagram, pinterest and linkedin.
Easy and common API for all supported social networks.
Common data structure for user profile reponse.
RxJS observable based.
Strongly typed API.
Installation
npm install --save ng-socializer
How To
Import SocializerModule into Your App/Root Module
import{SocializerModule}from'ng-socializer';
@NgModule({
...
imports: [
SocializerModule.forRoot()
]
...
})
exportclassAppModule{}
Import and initialize the social sdk that you need from any component