In this article, we'll look at how to unit test components built with Angular 2. Components are the centerpiece of Angular 2. They are the nucleus around which the rest of the framework is built. We'll explore what a component is, why it is important, and how to test it.
Full article