Can someone please help understand:
1) Can I use a single code-base for a fully responsive app or I need to have 2 versions of my app for desktop and mobile when using jqwidgets? This is because I see mobile jqwidgets. My preference is of course to have mobile/ desktop work with same app without having to maintain different sections in the code or totally different source code
2) Relatedly, how do I ensure all controls size and fit properly in an app? If you resize the browser for some of the demos hosted on the site, the controls overflow beyond the margin/ borders.
3) Are the angular2 components first-class typescript citizens or are they still using jquery behind the scene?
Thank you