Shawn McKay

Results 36 comments of Shawn McKay

I believe this issue is related to a dependent package: `netanelgilad:angular2-typescript`. You'll get it once for every file that has an `import` statement, though the program will still run without...

Sorry for the trouble. As specified in the readme, you have to pass in: <body> <script>System.import('path/to/your/app');</script> </body> Other than that, everything runs the same as any Angular 2 application. There...

I hope the issue with `require` may be resolved as Meteor becomes more ES6 friendly. I'll look into a better solution. Depending on which text editor or IDE you're using,...

Wonderful! Have you thought about putting in a pull request on the `netanelgilad_angular2-typescript` package?

I posted an [issue](https://github.com/netanelgilad/meteor-angular2-typescript/issues/4) to update the package on Atmosphere. Thanks again for sharing the fix!

![image](https://user-images.githubusercontent.com/4660659/45260643-8b1f7000-b3a1-11e8-992c-48c21f4905e1.png) when connecting to a group connects to child in group

I would recommend using [urigo:meteor-angular2](https://github.com/Urigo/Meteor-Angular2). I'll put a deprecation warning on the package.

There is a [tutorial](http://angular-meteor.com/tutorials/angular2/bootstrapping) that may help. Paths are all absolute, not relative. In other words, from the root. Templates must be suffixed with `.ng.html`. ``` - client \- index.html...

Thanks for the example. Now I understand what you mean. There are a number of problems happening here. 1) The TypeScript compiler is not compiling app.ts into app.js 2) Meteor...

Any help would be great, but I'd have to get an update on any current progress. I'll pass this conversation reference on to @urigo who may know more.