Posts by Jaidson Dantas • 19 points
2 posts
-
2
votes1
answer24
viewsA: I need to put two inputs side by side and three selects and I can’t
Bro, from what I can tell you’re using bootstrap, your inputs are using classes that use 100% of the space, col-md-12. If that’s really your problem, you just need to put in both inputs col-md-6…
-
-2
votes1
answer14
viewsA: Error running npm run serves
In your package.json, add section scripts to the command line with the name server. example: "scripts": { "ng": "ng", "start": "ng serve", "serve": "your command", "build": "ng build", "watch": "ng…
npmanswered Jaidson Dantas 19