Posts by nDD • 21 points
2 posts
-
0
votes0
answers13
viewsQ: Ionic and Woocommerce api error 401
I’m trying to make a connection with Woocommerce with ionicV3: this.wooCommerce = WC({ url: 'http://localhost/WooComerce/', consumerKey: 'ck_933ad23a417a82e0de6d1558b917cb654d4d41d8',…
-
2
votes1
answer120
viewsQ: Place an IF inside HTML text with Ionic/firebase
so I’m having a problem with my code, I’d like to do an if inside my Ionic html code, something like: <ion-item class="camposSelect" *ngFor="let person of profiles" > <ion-label…