Unit test private methods, how? Or… should I? 6 minutes readOne of these days I had a conversation with a good friend of mine about testing private methods. It ended up being very interesting, so I thought I’d post po...
typings - “(No dependencies)” when running “typings install” to get type definitions (TypeScript) less than 1 minute readYou have an apparently well-defined typings.json file in your current directory/package, such as:
node-gyp - MSB3428: Não foi possível carregar componente “VCBuild.exe” / MSB4132 4 minutes readAo executar, no Windows, o npm install de alguma dependência que você baixou, a mensagem de erro relativa ao node-gyp aparece:
angular 2 - Template parse warnings: “#” inside of expressions is deprecated. Use “let” instead! (ngFor) less than 1 minute readSo you get on your console some warnings:
Typescript: cast an object to other type. How? And instanceof or typeof? 3 minutes readTypescript: cast an object to another type. How?