Web Components are a set of features that allow the creation of reusable widgets in web documents and web applications. The components model in Angular 1.5.x allows for encapsulation and interoperability of individual HTML elements. Previously in angular 1.4.x you could build components using .
Full article