OnsenUI / angular2-onsenui-kitchensink

Kitchen Sink Example for Angular 2 bindings for Onsen UI
MIT License
8 stars 9 forks source link

Type script files #1

Closed rameshbas closed 8 years ago

rameshbas commented 8 years ago

is this where I can see the app is created using Typescript? Only .js files are there. Where are the .ts files?

masahirotanaka commented 8 years ago

Hi @rameshbas. Yes, TypeScript files are contained in src/app directory, and they will be transpiled to .js files when the application is actually executed. See our TypeScript code here:

https://github.com/OnsenUI/angular2-onsenui-kitchensink/tree/master/src/app

rameshbas commented 8 years ago

Thx. It is there! How do you build ask files now? Monaca debug?Or monaca run android?

masahirotanaka commented 8 years ago

Yes, you should be able to build apk package by running monaca remote build command. It will guide you to the browser to complete the build process.

IliaSky commented 8 years ago

Since the initial question here (whether this app is created using typescript) has been answered I am closing this issue. The second question's discussion can be found at #2.