Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to convert basic html theme to angular easily?

Tags:

html

angularjs

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?

like image 521
Rahul_Y13 Avatar asked Oct 31 '22 17:10

Rahul_Y13


1 Answers

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

like image 54
danday74 Avatar answered Nov 14 '22 07:11

danday74