In Angular 4, components have their view, whereas directives are just “behavior” added to the existing components and elements. Simplifying it, components extend directives. There can be many directives on a host element, but only one component.

BY Best Interview Question ON 12 Feb 2019