The Role of Components in Angular 2
Components are the core construct of Angular 2. They are so central, in fact, that a solid understanding of them is critical when learning Angular 2. If you’re familiar with Angular 1, components are very relatable to controllers. Technically though, they’re much more similar to directives. In fact, the new components released in Angular 1.5 […]