Learning how to make http requests in Angular 2

Being able to make http requests is a very important part of a single page application. In this post I will show a quick demo of how to make requests using the Angular 2.0 http module.

Similar

Angular 2 Module and Route Structures

In simple terms, modules are the basic building blocks of our Angular 2 application, whereas routes provide us with paths to point to specific parts of our application. These are both core to an Angular 2 application. It is important to create both with g...

Read more »

SVG and Canvas Graphics in Angular 2

Most Angular applications are built using good old HTML and CSS. But it just so happens that HTML is only one of the four main rendering pipelines made available on the web platform, the three other ones being SVG, the 2D Canvas, and the 3D WebGL Canvas.

Read more »