<ng-container *ngFor="let obj of dataList">Use of *ngFor with index:
<span>{{obj.name}}</span>
</ng-container>
Use of *ngFor with pipe:
<ng-container *ngFor="let obj of dataList; let i=index;">
{{i}}. <span>{{obj.name}}</span>
</ng-container>
Use of *ngFor with ng-template:
<ng-container *ngFor="let obj of dataList | reversePipe ; let i=index;">
{{i}}. <span>{{obj.name}}</span>
</ng-container>
<ng-template ngFor let-obj [ngForOf]="dataList">
{{i}}. <span>{{obj.name}}</span>
</ng-template>
If you want to sell your readymade software to the genuine clients or businessman, list your software with details and demo links.
Clients will find it using our advanced search filter and will contact you directly.
No any charge for the product lsiting.