Albert van Veen

Results 2 issues of Albert van Veen

Hi! First of all, many thanks for your library. When I was creating tests for my angular app, it appeared there was no proper way to mock pipes. Therefore I've...

If you have any static member which is decorated with @deprecated(), the typescript compiler will make the property undefined. Pseudo code: `class X{ @deprecated() static myProperty = 'TEST' } `...