I am very new in typescript..
when Iam trying to invoke this javascript like this in typescript
window.location('http://localhost:1773/Repository/NetworkPlan/ExportPng');
I got compiler error message like this
cannot invoke an expression whose type lack of signature
Can anyone help me why I got this error?
Thanks