Posts by Bruno Ribeiro • 16 points
4 posts
-
0
votes1
answer371
viewsA: Material Angular Material Inputs 7 Error Displayed
I ended up discovering with the help of a friend that the import of another css library was impacting on the material component itself, when I removed the import the problem was fixed.
-
-1
votes5
answers1328
viewsA: How to create folders in python desktop
Pass the full path to the desktop... In this case it is looking for the folder: Desktop inside the folder of your project, and as it does not find it presents this error.
-
0
votes1
answer63
viewsA: How to insert Javascript code into my HTML?
You can create a script tag in your page header as an example below: <script> document.getElementById('teste').value </script> and enter your javascript code or use the tag: <script…
javascriptanswered Bruno Ribeiro 16 -
0
votes1
answer371
viewsQ: Material Angular Material Inputs 7 Error Displayed
Good evening, I am creating this form, and it is presenting a strange display error. Using Angular Material 7. Has anyone had similar problems? Follows html content: <div class="flex-box">…