@vibinflogesoft wrote:
<ion-segment [(ngModel)]=“product” color=“primaryDark” (ionChange)=“segmentChanged($event)”>
<ion-segment-button value="{{segment.name}}" *ngFor=“let segment of productcategory”>
{{segment.name}}
![]()
…
ERROR Error: Uncaught (in promise): Error: Template parse errors:
Can’t bind to ‘*ngSwitchCase’ since it isn’t a known property of ‘ion-list’Thanks in Advance..
Posts: 1
Participants: 1