Has anyone gotten angular 2.0 alpha working with Polymer Elements?

I tried unsuccessfully to get the demo version of Angular 2.0 + Polymer Component Demo ( youtube-app ) from ng-conf, but it seems like I need patches for zoom.js and Angular, which I can not find.

Need help fixing two for the application to work. OR if anyone can share any other working Angular example with Polymer Elements, it will.

+7
angular polymer web-component
source share
3 answers

Add this patch for zone.js. It will be included in the next version of angular2, allowing you to use these two together.

Source: Polymer and Angular 2 example from Angular U using alpha-26: https://angularu.com/VideoSession/2015sf/componentize-your-app-with-polymer-elements/ . It starts in 32:20 minutes.

+4
source share

Make sure you use at least zone.js v0.5.4 in your angular2 settings. The patch for the polymer from robdodson has since merged.

+1
source share

All Articles