Using jQuery UI plugin with Angular

I wanted to use the jquery UI layout plugin in an angular app. Is there an angular directive that does this already or serves the same purpose?

+4
source share
2 answers

AngularJSit will be built here for robust architecture, and that is why we see so many modules in terms of directives and other components. The room JQuerywith it will be like a departure from their basic design, and you yourself will be in a mess, maintaining the code base.

jQuery is a crutch if you are writing AngularJS applications.

AngularJS, ng-templateplate. ui-bootstraps. , "jQuery " , , , .

+1

Source: https://habr.com/ru/post/1536391/


All Articles