Files
NativeScript/apps/TelerikNEXT/app.ts
2015-03-24 11:01:35 +02:00

11 lines
289 B
TypeScript

import application = require("application");
// Set the start module for the application
application.mainModule = "app/main-page";
// TODO: This is only neede because of the deply script.
application.cssFile = "app/TelerikNEXT/app.css";
// Start the application
application.start();