Issue
I knew that the interactive event-driven things like clicking, hover effects, modals etc. on Bootstrap, we need JQuery. Are there any alternatives by which we can completely avoid JQuery when we are using Bootstrap with Angular Projects?
Solution
Angular is a full scale framework with its own libraries to handle all sorts of interactivity related tasks (clicking, hover effects, modals) and you'd not need jQuery to achieve the same.
Answered By - Obaid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.