Tinder like swiping feature in Ionic

Hi, very first I have already tried https://devdactic.com/ionic-2-tinder-cards/. But I’m getting an error like Can’t bind to ‘stackConfig’ since it isn’t a known property of 'div’. I have imported the swingmodule in app.module.ts. I have tried almost everything suggested over the web. But still, I’m facing the same issue.
Surprisingly in the ionic 3 component project downloaded from https://github.com/ionic-team/ionic-ion-tinder-tinder card works completely fine.
I’m not getting where I’m doing the mistake. Please help out !!!

Dear It’s error due to you have been added the SwingModule inside the app.module.ts globally but you should add it in your page module in imports. It is prompting error due to lazy loading.
I hope it will help you.

You could try Ionic slides

Just create slides dynamically with as many as people you want to show to the user and add whatever you want in them, change the styles, etc.

Thanks for your time,though it is late. Your solution might work, what actually worked for me was, I had an old project with few plugins already installed, I was trying to remove few pages and make the new app with that. Not sure what was the issue, it did not work. I created a new Ionic 3 project and everything worked fine.