<button (click)="sortData()">Sort Data</button> <div *ngFor="let item of items"> {{items.attributes.fullName}} </div>