Posts by Cleiton França • 11 points
2 posts
-
1
votes2
answers917
viewsA: Select only 1 radio button with Ionic
In this case you will need to put the ion-radio group in a radio-group: <ion-list radio-group> <ion-item *ngFor="let item of items"> <ion-label>{{item.cond}}</ion-label>…
-
-1
votes1
answer886
viewsA: Error restoring nuget packages, UWP project
I had the same problem, so I followed these steps to solve it: Update by Nuget’s Microsoft.NetCore.Universalwindowsplatform for the version 5.2.2. Then right after installing the packages click with…