I ran into a tricky TypeScript build issue with an Angular app that would build successfully on a Windows 10 machine but failed to build on a Linux machine with a "Cannot find module" error. The cause of the problem ended up boiling down to a single case-sensitive character, "X" instead of "x".
Angular
Deploy an Angular App from Visual Studio Code to Azure
What do you get when you mix Angular 6, Node 10, Visual Studio Code and Azure? A really quick and slick way to develop and deploy a web application using the latest and greatest technologies. Keep reading to find out how.