Front Controller using TypeScript
Typescript provides an elegant way of writing javascript. Taking few concepts from ASP.NET webforms, the front controller pattern is implemented.


A simple implementation of Front Controller pattern using TypeScript. The entire UI navigation is handled on the client. Any application specific logic has to be implemented as the html files.