AngularShowcase / angular2-sample-app

Sample application built with Angular 2
MIT License
114 stars 132 forks source link

added Virtual Component Proxy example #6

Closed sclausen closed 8 years ago

sclausen commented 8 years ago

Unfortunately I still got a tslint error

app/services/component_proxy.ts(48,9): error TS2304: Cannot find name 'System'.

because I'm not able to figure out, how to use the systemjs typings in typescript.

mgechev commented 8 years ago

Include the type definition of Systemjs with ''

sclausen commented 8 years ago

@mgechev you mean like following?

import 'systemjs';

I did, but it didn't worked.

mgechev commented 8 years ago

Ah, the < reference path="..." /> tag was stripped by GitHub.