In Angular 1.5 I used to split up large template files by using ng-include. For example I had a template called layout.html that contained a sidebar, the header and the navigation, I included all of those three elements with ng-include. Gave me more overview than one large HTML template file.
Is there any way to solve this in Angular 2?