HNeukermans
HNeukermans
When running npm 'test' command on windows OS, i get an error saying 'Rm is not recognized as an internal or external command'. Installing npm package rimraf globally and then...
I got an error: Error: XHR error (404 Not Found) loading http://localhost:9876/angular2/src/core/dom/browser_adapter. The solution was to change karma-test-shim.js line 31 *_from *_ System.import('angular2/src/core/dom/browser_adapter') *_to *_ System.import('angular2/src/platform/browser/browser_adapter')
currently the token is not automatically refreshed. This is work in progress
The library should have internal logging. This can be exposed as an observable. ex: Authentication.logging().subscribe(WriteToConsole);
Currently all signalr code is run inside a ngzone. This means every signalr callback received triggers a angular change detection. To allow developer the choice of having it automatically run...
If jsContract throw an Error the stacktrace always refers to line 24: ContractError.prototype = new Error(); Would it be possible to make the stacktrace refer to the line where the...
executing following test fails: It's about a long thin rectangle 50 high and 1000 wide. 2 bugs: - it is not recognized as convex - is only has 3 corners...
Followed all steps. Everything seems to work !! Some more documentation on the user mode and app mode would be even more great.