Posts by Priscila Neu • 121 points
7 posts
-
-2
votes2
answers335
viewsQ: How to insert space in Camelcase string?
I’m looking for a way to separate string from an array object, coming from an API, for example: Pageviews, get Page Views, I’m using VUEJS.
-
0
votes1
answer414
viewsQ: How popular is Chartjs Chart with Vuejs and Axios?
I’m not getting popular my chart with data vintos of an api, can help me, I don’t know what I’m doing wrong! <template> <div class="py-1 bg-light px-5"> <div class="col-12 my-2">…
-
2
votes1
answer5848
viewsQ: How to install a previous version in Angular
Good evening, my question is very simple, but I did not find the answer, as I install a version 4 of Angular, if the current one is in the 6? I tried to npm install -g @angular/cli@4 or npm install…
angularasked Priscila Neu 121 -
1
votes2
answers384
viewsQ: Change icon structure in javascript
I’m starting in development and I’m on a mission I’m banging my head and I don’t know how to finish. I need to change tags <i> for <svg><use></svg>. That way I stop calling…
javascriptasked Priscila Neu 121 -
1
votes2
answers124
viewsQ: PHP Web Service with INNER JOIN
I am creating API for consumption in Ionic applications, but I’ve been working for 2 weeks on one of these api’s, where I link data in more than one table with Inner Join. I tried to do as in my php…
-
4
votes1
answer369
viewsQ: How do I relate tables with json returns to php?
Please help, I’m new to programming and I need to do a table relationship Mysql, with return in JSON, I tried the following code, but it is in error. I already searched a lot on Google and Youtube,…
-
1
votes1
answer523
viewsQ: How to instantiate a vector
I’m doing a program (college work), and I’m having trouble instantiating a vector. Also he’s presenting some errors that I’m not able to solve - one of them is in the loop while, at the closing of…