Skip to content

kolima/Meteor-Angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shmck:angular2

Angular2 package for Meteor.

Version: alpha-35

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • TypeScript 14.6%
  • HTML 11.0%