[Tutorial updated, no need to read this any more] For people who are following Socially tutorial and met problems

Hi, @prasadnpawar I will try my best to support Angular2-Meteor. And more tutorials : )

Resolved the issue of routing by changing package.json for reflect-metadata and for rxjs. We should not use latest version of reflect (0.1.3).
“reflect-metadata”: “=0.1.2”,
“rxjs”: “=5.0.0-beta.6”,

After upgrading to meteor1.3.3 I’m getting the following:
Error: Cannot find module 'angular2-meteor-polyfills/browser’require @ install.js:85meteorInstall.node_modules.meteor.barbatus:angular2-runtime.client_deps.js @ client_deps.js:1fileEvaluate @ install.js:153require @ install.js:82(anonymous function) @ barbatus_angular2-runtime.js?hash=826f0db…:39(anonymous function) @ barbatus_angular2-runtime.js?hash=826f0db…:45
zone.js:679 Uncaught EXCEPTION: Error during instantiation of NgZone! (ApplicationRef -> ApplicationRef_ -> NgZone).
ORIGINAL EXCEPTION: ReferenceError: Zone is not defined
ORIGINAL STACKTRACE:
ReferenceError: Zone is not defined
at new NgZoneImpl (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:54435:13)
at new NgZone (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:54258:26)
at createNgZone (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:53758:12)
at ReflectiveInjector_.instantiate (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50375:27)
at ReflectiveInjector
.instantiateProvider (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50316:25)
at ReflectiveInjector
.new (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50305:21)
at ReflectiveInjectorDynamicStrategy.getObjByKeyId (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:49960:50)
at ReflectiveInjector
.getByKeyDefault (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50485:38)
at ReflectiveInjector
.getByKey (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50457:25)
at ReflectiveInjector
.getByReflectiveDependency (http://localhost:3000/packages/modules.js?hash=9b753e953b0f0d40663bfe44a2d0329eb90578a9:50447:21)ReflectiveInjector.instantiate @ zone.js:679ReflectiveInjector.instantiateProvider @ zone.js:626ReflectiveInjector.new @ zone.js:615ReflectiveInjectorDynamicStrategy.getObjByKeyId @ zone.js:270ReflectiveInjector.getByKeyDefault @ zone.js:795ReflectiveInjector.getByKey @ zone.js:767ReflectiveInjector.get @ zone.js:576MeteorApp.bootstrap @ modules.js?hash=9b753e9…:91284bootstrap @ modules.js?hash=9b753e9…:90810meteorInstall.client.app.js @ app.ts:20fileEvaluate @ install.js:153require @ install.js:82(anonymous function) @ parties.ts:22

I guess maybe after updating to Angular2-Meteor 0.5.6, it will solve this issue.

But right now Angular2-Meteor 0.5.6 is not published yet.

Maybe create an issue here.

Same issue … just today.