Posts by Gabriel Gambarra • 68 points
10 posts
-
1
votes2
answers40
viewsA: Error when exporting custom component
Dude, I believe that’s where you’re importing Layoutsmodule. From what I saw on the last block of code, you’re trying to import it into AppRoutingModule, when should it matter at AppModule.…
-
0
votes2
answers384
viewsA: Angular - How to disable a field without disabling the value
As Jason said above, just use the property readonly. The [value] will be responsible for showing the value in the input. Here an example: <input matInput type="text" name="situacaoMotivo"…
-
0
votes0
answers158
viewsQ: Default Schema in Mysql
I followed the installation indicated on website mysql. After that, I installed Workbench also by following the command indicated on the official website. In college use Windows in Labs and there…
-
1
votes2
answers88
viewsA: Problem with creating a new Angular application
Checking on the link that is indicated in the error, the package tar is outdated. It would be good to try to update the npm or reinstall the package tar through the command npm i tar.…
-
0
votes1
answer307
viewsA: A vector in C, which updates the values in real time, according to the numbers reported
If I understand correctly, you want to show the current state of the vector and, as soon as you insert a new value, the terminal of a Reload and already shows the vector with the new value inserted.…
-
0
votes1
answer408
viewsQ: How to Design Spring Boot?
I am doing a Spring Boot course but I believe I am versioning incorrectly, because I can not run the application after giving a git clone. I’m used to the versioning of Angular and Node, as it is…
-
2
votes4
answers17442
viewsA: Python sum operation
Dude, your question is not clear at all, but correct me if I got it wrong. You want to make a sum. Add from the value n1 to the value N2. Example: n1 = 1 and n2 = 5. The result will be 10, since…
pythonanswered Gabriel Gambarra 68 -
0
votes1
answer315
viewsA: Access permissions on Ubuntu in Angular project
SOLUTION I ended up screwing up and had to reinstall Ubuntu. Hence I redone the whole process of installing Node/npm and angular-cli without using sudo. Now working normal. I can create the project,…
-
0
votes1
answer315
viewsQ: Access permissions on Ubuntu in Angular project
I’m having trouble accessing the files generated by ng new. The problem already starts that I can’t execute the command without the sudo in front. After all Angular folders are generated, the folder…
-
1
votes1
answer46
viewsQ: How to load HTML file using Javascript?
I have a file HTML which I want to count all tags a existing. I have already been able to develop the script that does this count using Local Storage. My goal is: When loading the page index.html,…
javascriptasked Gabriel Gambarra 68