Deprecated: use urigo:meteor-angular2 instead.
Angular2 package for Meteor.
A 10 step tutorial can be found on the Angular-Meteor site.
meteor add shmck:angular2
Install a TypeScript compiler with Angular2 Annotations enabled.
meteor add netanelgilad:angular2-typescript
In your index.html, set up system.js and provide a path to your bootstrapped app.
<body>
<script>System.import('client/app');</script>
</body>