Hi HashNoders., I have an Angular 2 ( Typescript + Webpack + Karma + Jasmine ) application and it has some basic test cases running green. After sometime of browsing, ng2-translate seems the best library for Angular 2 Translation as of now, until Ang...
Hi HashNoders., I am facing the following error when tried using Webpack for my project. "Module not found: Error: Cannot resolve module 'window'." I have few places in JS files where in which I need to set some values to the global 'window' object ...