* The GlobalNewsApp is a responsive web application, where users can view the latest news
headlines across the globe. This app gets the data from news API, and using angualr and
angular material it renders raw json in to a eye catching view.
Running this application is pretty simple, and can be in couple of steps
Check out the code
Run `npm install`
run `ng serve`
Now the app should up running, and can be accessible at `http://localhost:4200/#/home`