Closed sclausen closed 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.
Include the type definition of Systemjs with ''
@mgechev you mean like following?
import 'systemjs';
I did, but it didn't worked.
Ah, the < reference path="..." /> tag was stripped by GitHub.
Unfortunately I still got a tslint error
because I'm not able to figure out, how to use the systemjs typings in typescript.