TheNone
TheNone

Reputation: 5802

Angular Material Sliding Tabs

I want to create sliding tabs with angular material tabs. I could do this by using $interval and change the index. I'm not sure that is right way. Any help about the right way would be appreciated.

Edit: An Example

Upvotes: 0

Views: 2082

Answers (1)

Andrii Iushchuk
Andrii Iushchuk

Reputation: 376

It seems, to do it with $interval is most suitable approach.

Autoplay for md-tabs example.

Upvotes: 1

Related Questions