Query About angular and jquery

I have completely developed my website with jquery and we decided to choose angular for business logic but there was confict angular over jquery ,so we have stucked. whether moving to jquery to write business logic is advisable?

Can you expand on what it is you need help with, as it’s not at all clear from what you’ve posted.

jQuery is a library of utility functions and Angular 2/4 is a component based framework for building modern applications. You can’t just migrate from one to another without a major rewrite of your existing architecture. Unlike Angular 1.x you can’t really just sprinkle in Angular 4 into an existing framework. Angular 4 is built to be used fully or not at all. If you want to use something that can be sprinkled into an existing application then Angular 1.x, Vue, or React are more flexible options.

`my website is fully developed by jquery . when i decided to go with angular it causes conflicts .and our architect said to move to jquery without using angular .

How do you move to jQuery if you are already using jQuery?

There’s a thread from last year covering some of the same ground which you might find informative - When would i use angular 2 over jquery. Whether you stick with jQuery, or migrate to a full blown JS framework, really depends on what the site is intended to do and how it might grow.

we decide to drop angular

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.