Hi,
I am not sure if question belongs here, but since it is related to Kendo UI Angular and JQuery, I guess it might. :)
I have "old" app built using AngularJS, and Kendo UI for Jquery.
Recently we started replacing old modules with new ones built with latest Angular, and there we use Kendo UI Angular. To replace certain functionality I built standalone component in Angular where I use Kendo UI grid, cards, tabstrip and window. When I import my angular component files into old app, it seems that styling and themes from new component, mess up with styling of widgets of old app.
My question is following: Are styling (css) sheets from Jquery and Angular widgets the same, meaning, can I simply opt for one or another styling and count that all widgets will then be consistent? Since many jquery widgets rely on css selectors to achieve different custom functions, it is important to know whether I can rely on this.
Meaning, can I use css theme (assuming that both use default now) from Angular and count that widgets or functionalities based on css in old app won't be destroyed?
If this is not a case, could you propose the way how to combine these two in usable way?
Thank you very much.
Regards,
Vedad