Is there an ionic equivalent for android viewPager?

I’m building a mobile application for an existing news magazine website.

I want to display news grouped under tabs (each tab represents a category), but couldn’t find a way to implement it with ionic framework.

See image exemple for viewPager.

image

Thx

The closest thing I know of is this:

@SigmundFroyd, than you for your quick answer.
I’ve already checked that one, and it’s really the closest one that i’ve seen so far.

I’ve also discovered this one:

Thank you SigmundFroyd, the last one seems to be what I’m looking for.