Reputation: 767
There's a quickstarter tutorial over at angular.io which uses typescript & systemjs.
Could someone share their build process with this setup (Angular 2 RC4, TypeScript)
Upvotes: 1
Views: 241
Reputation: 703
I have created an small app doing all CRUD operations in Angular 2 RC4 using TypeScript. You can view my source here on Github, If this may fulfill your need. Please feel free to ask any questions if having issues.
Repostitory: https://github.com/khanstudio-github/Angular2AppASPNet
Prerequisite:
www.nodejs.org/en
)Upvotes: 1
Reputation: 1127
You can begin from Modular starter (seed) project for Angular 2 apps with fast, statically typed build
https://github.com/mgechev/angular2-seed
Upvotes: 1