<table> <thead> <tr> <th>First Name</th> <th>Last Name</th> <th>Age</th> </tr> </thead> <tbody> <tr *ngFor="let user of users | orderBy : ['firstName']> ...
確定! 回上一頁