History of Components
Let's look at the interesting history of components.
We'll cover the following...
No components in AngularJS
In the AngularJS years, there was no concept of a component. All we had was HTML templates and controllers, which were attached to the HTML templates we created. There were directives, which, although not exactly like components, they did allow us to create reusable elements that we ...