Setting up Angular 2 Project to use HTTP

I recently was working on an Angular 2 demo that demonstrate top to bottom application development.  It took me a couple of hours to figure everything our, so I wanted to take a few minutes to document my steps. First things first, we have to include necessary script files for both Angular 2 and HTTP.  …

Continue reading ‘Setting up Angular 2 Project to use HTTP’ »