SteeveFong / Meteor-Angular2

Meteor-Angular2 package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shmck:angular2

Angular2 package for Meteor.

Version: alpha-36

Tutorial

A 10 step tutorial can be found on the Angular-Meteor site.

Installation

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>

About

Meteor-Angular2 package


Languages

Language:JavaScript 100.0%Language:TypeScript 0.0%Language:HTML 0.0%