Search

Man vs. Technology

Catching up with technology

Tag

Angular

While trying to fetch a JSON array from my RESTful server, I got stuck with this cryptic error message in my Firefox developer console.

The problem was that I had a promise being returned so as to subscribe to it, which was being assigned to an array type. I got some inputs from the discussion here.

Hope the discussion helps.

Starting off with Angular 2

With AngularJS being a huge hit, Google is continuing the pace with Angular 2, featuring TypeScript. But from where to start?

Continue reading “Starting off with Angular 2”

Blog at WordPress.com.

Up ↑