<span *ngfor="#x in people | orderBy : 'lastName' : 'asc'">{{x.lastName}}, {{x.firstName}}</span>. Above, we are trying to loop through a ...
確定! 回上一頁