Posts by Nicolas Dezena • 41 points
4 posts
-
0
votes2
answers395
viewsQ: Mongoose findone do not return values
Guys, I’m having a problem here that I don’t know what else to try, I’m using express + Mongoose. My model let mongoose = require('mongoose'); let users = mongoose.Schema({}, {strict: true});…
-
0
votes0
answers327
viewsQ: Variable already declared JS
Guys, I wonder if you can help me? I have a problem that only occurs when I play the code on the server, JS is accusing that my variable is already declared but the same is not. VM1051:1 Uncaught…
javascriptasked Nicolas Dezena 41 -
3
votes1
answer508
viewsQ: How to show "loading" screen
Good afternoon, I am beginner in the angular and I have the following doubt: It is possible to have a selector accessible in all my components? I bring my component as follows: import {…
-
1
votes1
answer545
viewsQ: Wordpress login API Rest
I have a client who uses Woordpress and WooCommerce, and I have to make a mobile app from his online store, my problem is in the customer’s LOGIN. I looked at several API Rest of developers and none…