netanelgilad / meteor-angular2

13 stars 1 forks source link

angular2 + meteor + polymer #2

Open dohomi opened 9 years ago

dohomi commented 9 years ago

Hi @netanelgilad

Google published Polymer 1.0 today. In my head a setup of Angular 2.0, Meteor and Polymer would somehow be the finest compilation of frameworks. Did you ever played around with this?

Cheers Dominic

th3brink commented 9 years ago

What would be the point of using Polymer with Angular 2.0?

netanelgilad commented 9 years ago

I did play a bit with angular 1 and polymer with polymers earlier versions. But as @th3brink mentioned, Angular2.0 has it's own Component framework using Shadow DOM just like Polymer, so their use-case kind of overlaps. Still Polymer has many components already made and having a way to integrate them in some natural way in angular2 apps could be quite cool. Still need to think how this should be done, as Polymer has a different way of binding to data from templates and such. Have you tried something since you opened the issue? could be interesting stuff to explore..

dohomi commented 9 years ago

@th3brink I thought there might be a bridge between both - and the point is to make use of the whole ecosystem and ready to use elements. But I haven't done any experiments yet - I thought there might be an approach that the component framework of Angular 2 would possibly enable polymer elements as well. But thanks for the replies, I'll look into this another time.