AngularJS is an open source JavaScript Model-View-Whatever (MVW) framework, which lets us build well-structured, easily testable and maintainable browser-based applications.
In this recipe, we will learn to create an AngularJS with TypeScript 2 client to send a POST request to the HTTP server running locally.