Calling Angular2SocialLoginModule function calls not supported

后端 未结 3 614
故里飘歌
故里飘歌 2021-01-20 08:03

I am new to angular js2. Currently I am working with a web application, which uses angular2 for front-end. In this application I have used angular2-social-login for authenti

3条回答
  •  渐次进展
    2021-01-20 09:02

    It worked for me.

    export class AppModule {
        constructor() {
            Angular2SocialLoginModule.initWithProviders(providers);
        }
    }
    

提交回复
热议问题