Rahul_Y13
Rahul_Y13

Reputation: 109

how to convert basic html theme to angular easily?

I have been looking for some good ways to build up a angular website with help of basic html templates but it doesn't work with carousel and some other elements.

Can any suggestion for slider in angular?

Upvotes: 5

Views: 7122

Answers (1)

danday74
danday74

Reputation: 56946

Angular doesn't necessarily play nicely with jQuery plugins. (I'm assuming you are using a jQuery carousel, you didn't say though). That doesn't mean you can't use Jquery plugins, it just means you can't use them in a very Angular way. Best to use Angular modules instead wherever possible. See carousel at ... https://angular-ui.github.io/bootstrap/ This is a reliable library

Hope this helps

Angular slider here ... https://github.com/seiyria/bootstrap-slider ... but I've never tried it

Upvotes: 2

Related Questions