I previously had success working on a project using Angular 1, TypeScript 1.8, and Material Design with Webpack 1 handling the build process.
However, after attempting to upgrade to Webpack 2.2.1 and TypeScript 2.2.1, I encountered issues with my app's views not displaying properly and lacking angular-material support for the elements.
Despite no errors being generated during the build process and no console errors in the browser, I'm at a loss as to how to diagnose the issue.
To demonstrate the problem, I have created a simplified version of the app showcasing the login page view without any controller or service functionality, which can be found at https://github.com/focher/myapp.git
Any suggestions or advice on troubleshooting and resolving this issue would be greatly appreciated.