In the new Angular framework, Components are the main building blocks that compose the user interface.
So one of the first steps that helps an AngularJS app to be migrated to the new Angular is to refactor it into a more component-oriented structure.
Components were also introduced in the old Angu...