Posts

Showing posts from July, 2025

Microsoft integraion using c# project

 https://www.youtube.com/watch?v=PArOdUCe72M

Status Column with icons In afi listing page

    < td mat-cell *matCellDef = "let element" >                   < ng-container [ngSwitch] = "element.AFIprogressState" >                     <!-- Not Initiated -->                     < span *ngSwitchCase = "0" title = "Not Initiated" class = "status-hover" >                       < mat-icon color = "warn" style = " vertical-align: middle;" > hourglass_empty </ mat-icon >                       < span class = "label status-label" > Not Initiated </ span >                     </ span >                     <!-- Started -->           ...

imp link

 https://www.youtube.com/watch?v=zlybQJVLYrQ

app design

 https://www.behance.net/gallery/115223007/NEARBY-_-Home-service-App-UX-case-Study

after add user data paginationissue

    // Update paginator and sort after data change           if ( this . paginator ) {             this . dataSource . paginator = this . paginator ;           }           if ( this . sort ) {             this . dataSource . sort = this . sort ;           }