Files
NativeScript/apps/TelerikNEXT/app.ts
2015-04-22 17:59:02 +03:00

11 lines
271 B
TypeScript

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