Jose G Varanam
Jose G Varanam

Reputation: 767

How do I actually create a distributional app from Angular 2 RC4 + Typescript + systemjs app?

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

Answers (2)

Abdul Moiz Khan
Abdul Moiz Khan

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:

  • Node.Js v4.4.7 (can download from www.nodejs.org/en)

Upvotes: 1

Yong
Yong

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

Related Questions