Meteor-Angular2 icon indicating copy to clipboard operation
Meteor-Angular2 copied to clipboard

Meteor-Angular2 package

Results 6 Meteor-Angular2 issues
Sort by recently updated
recently updated
newest added

With as little document as there is, this is what I get : `ReferenceError: require is not defined`. Do I need RequireJS, or something?

http://angular-meteor.com/tutorials/angular2/routing-and-multiple-views The diff at the end of Step 5 does not correspond to the code presented during step 5. This makes moving to step 6 confusing. Also, the tutorial's "Improve...

Hi there, I just going on the ten-step tutorial but with new 1.2 update of meteor seems to be render your package incompatible. It crashes with this log: ``` Uncaught...

Here is the full stack trace from the error. Can you change this repo to use the full angular.js file instead of .min.js? This way if my code needs to...

Hello, I'm trying out angular 2, but I like to work package-based. So for example my bootstrap code is in packages/frontend-core/client/app.ts What is the path I have to use for...

Hi, very strange bug while doing the tutorial. At step 2, we are creating a constructor which is population the "this.parties" class member. Since i know that typescript doesn't like...