Kelly Okere

Results 2 comments of Kelly Okere

> It worked for me with following setup: > > config.xml > > ``` > > > > > > > > ``` > > Icon should have transparent background....

I encountered same problem in Angular 13, so I fixed it by adding this flag: `--legacy-peer-dep` to the npm install. So, install with this: `npm i angularx-social-login --legacy-peer-deps`