Currently delving into Typescript and Angular, I recently encountered an issue with an unregistered controller due to its script being loaded after the application module's script. To find a solution, I inspected the index.html file from the TodoMVC sample, but didn't spot any loading of files for controllers, services, or directives. This led me to wonder - where exactly is the code for these classes loaded from?