Hi all,
feeling a bit dumb dumb
I've created a new file under www/app/services/test-service.ts
I'm stuck at a very simple line:
import {Http, HTTP_PROVIDERS} from 'angular2/http';
Getting the following error:
cannot compile modules unless the '--module' flag is provided
Any idea what is happening? Thanks folks!