I'm trying to convert an AngularJS app I built a while ago to TypeScript. I've written what I think is correct for the initial app.ts file, but upon compiling & trying to open my app in the browser, I get a Uncaught Error: [$injector:modulerr] error in the console.
I've added all the code to the Gist below, I was wondering if someone could shed some light on why this error is occurring?