Unit Testing Angular 2.0.x Components using TestBed and ComponentFixture
Note – This article is an updated version of the rc1 version, and as such it now covers Angular 2.0.1 and above, the official release of 2.0. The main difference here is the way the framework is started, using the TestBed API. Testing Components In my last post, I discussed how to write tests in … Read More