Hi Sander Elias, Most of our users have the latest Browsers, but couple of users are still using IE 8 and we required to support them as well. I think we can keep two different sources for that. So by keeping this in mind, we can still go ahead with polymer or angular. Polymer has support from IE9. Buti I am not sure, whether it is good to convert all the user controls to polymer components, rather than converting it as angular directives.
Note: Our User Controls are not reusable across all the pages in the app, it is specific to 1 or 2 pages. These controls needs to communicate each other. There will be ajax calls, validations inside these controls. You can see these controls as separate form with few input fields & it saves the data in the db and returns the ID. these ID can be further used by other user controls, in the same page. On Tuesday, 8 March 2016 12:33:40 UTC+5:30, Sander Elias wrote: > > Hi Ganesh, > > What browsers do you need to support? > Also your main interest seems to be wrapping existing stuff. This is > harder to do in polymer as in NG1. (it's even simpler in NG2!) Polymer is > nice, and has already a lot of directly usable components. So if that is > what you need, go for it. > > If you are concerned about standards, most of the stuff you need is in > modern browsers already, Wrapping your existing jq stuff directly in native > components is also an option. But again, this is very depended on what > browsers you need to support. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
