AngularJS2 project start

Hi,

I’m starting a meteor project and I would like to use AngularJS2. Is there currently a recommended framework for developing a full Meteor app that uses AngularJS2? I’ve tried the tutorials I can find using Webstorm 11.0.3 and I’m not having luck getting anything working right. I get typescript errors about angular/core and other modules not being located. Yes if I build the app without Webstorm it seems to work so I suspect its something about the version of TS or other components Webstorm uses. I will ask on their forum but was wondering if this was a known issue.

Can you create a detailed issue with a reproduction on the Angular2Meteor repo so we could have a look?

WebStorm suppose to support TypeScript, Meteor and Angular 2.0

Thanks

I just checked out https://github.com/Urigo/meteor-angular2.0-socially.git
into Webstorm 11.0.3 (typescript 1.7.3)

In the typescript compile window I see:

/Volumes/DEVELOPMENT/PROJECTS/meteor/meteor-angular2.0-socially/server/parties.ts
Error:(1, 1) TS6053: File ‘/Volumes/DEVELOPMENT/PROJECTS/meteor/meteor-angular2.0-socially/typings/angular2-meteor.d.ts’ not found.
Error:(3, 23) TS2307: Cannot find module ‘collections/parties’.
Error:(33, 1) TS2304: Cannot find name ‘Meteor’.
Error:(34, 5) TS2304: Cannot find name ‘Counts’.
Error:(39, 1) TS2304: Cannot find name ‘Meteor’.