Greg Lockwood
Member since May 26, 2016
- Profile: /members/13190-greg-lockwood.htm
- Comments: 1
Recent Blog Comments By Greg Lockwood
-
Better Type Checking With In-Browser TypeScript Transpiling In Angular 2
Posted on May 26, 2016 at 2:25 AM
I believe the reason the compiler doesn't complain when setting the wrong type for the properties inside the `handleResolve()` function is that by using `.bind()`, you lose all type information for that function (see [here](https://basarat.gitbooks.io/typescript/content/docs/tips/bind.html)). Try us... read more »