Calling Angular2SocialLoginModule function calls not supported

后端 未结 3 611
故里飘歌
故里飘歌 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:06

    Another solution to fix the above problem:

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

提交回复
热议问题