Files
2015-03-24 11:31:22 +02:00

11 lines
285 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/TelerikNEXT/app.css";
// Start the application
application.start();