Aravind Chembeti

Results 3 comments of Aravind Chembeti

To make SEO compatible, I also need my app to support Angular Universal but blocked. I am getting below error (with ng2-signalr v5.0.0): ``` import { SignalRConfiguration } from "./signalr.configuration";...

I got past above problem by using webpack for bundling and compiling. However, when I run the application, I am getting below error: `ReferenceError: window is not defined` Above error...

I am also facing the same issue (using the same package versions mentioned in the bug). My [BeforeTestRun] method is not called at all.