I tryed to move everything in imports folder like it’s said in the Meteor Guide, but it doesn’t change anything.
I don’t like this messages and i would prefer to remove them.
I think it’s the typescript transpiler that doesn’t know where are those package, so how could i tell him where to find them ?
@Urigo could you have a look at this please ? i would like to organize my next meetup around angular2 frontend part for Meteor.
Yes it looks like it is missing a import { Mongo } from 'meteor/mongo'; in app.ts and collections/parties.ts.
and import { Meteor } from 'meteor/meteor'; in server/main.ts
Let me know if that solves those problems and I will update the tutorial
Please look at the end of the first chapter. it links to that gist here - https://gist.github.com/tomitrescak/8366ce98f1857e202ea8 which is an updated version of the Meteor typings for Meteor 1.3
let me know if that works for you
I have still @rebolon’s problems and I couldn’t resolve socially project in this way and I am stoped in here, please give me some directions about these questions:
1- I couldn’t see typings folder in my root application shall I create it manually and so d.ts files?
2- your direction about embedding '/// ’ into typings/main.d.ts is not clear for me, does it include “///” comment type character?
Am doing the “socially” app … and encountered the same issue … I removed the import statement and the example works fine without the import!.. why does the example work without the import ?? is meteor/meteor no longer needed as of 1.4 version? Also is importing html as a string still the way to go as opposed to templateurl? Oh btw I almost forgot , I am using a Windows OS.