import { Component } from '@angular/core'; @Component({ selector: 'sam-sort', templateUrl: 'sort.template.html', }) export class SamSortComponent { }