Examples VS2015 + Cordova + Angular2

I am trying to find a quick start tutorial for a Visual Studio 2015 Apache Cordova project using Angular 2 + TypeScript .

Recent examples are already outdated or not applicable to Cordoba. https://github.com/Microsoft/ngconf2015demo http://blogs.msdn.com/b/visualstudio/archive/2015/03/12/a-preview-of-angular-2-and-typescript-in-visual -studio.aspx

+6
source share
1 answer

This sample application was recently posted to GitHub.

https://github.com/dbiele/TypeScript-Cordova-SystemJS-Angular2-beta

I know that it was written by the author of this question, but if someone comes here later, you should check what Dean has collected.

+3
source

Source: https://habr.com/ru/post/989420/


All Articles