Posts by Maria Beatriz Almeida • 1 point
4 posts
-
0
votes1
answer136
viewsA: Angular Material - Date Picker changes the date when taking input focus
Get it sorted by putting it in my module: import { MatNativeDateModule, MAT_DATE_FORMATS } from '@angular/material'; import { MomentDateModule } from '@angular/material-moment-adapter'; ...…
-
-1
votes1
answer136
viewsQ: Angular Material - Date Picker changes the date when taking input focus
I am facing problems at Angular. I am using angular material for some /components and I am using datepicker. My date locale is already 'pt', it even appears the name of the months in Portuguese and…
-
0
votes1
answer23
viewsQ: Heroku - Error run seeder for popular BD
Hello. I recently deployed an application to Heroku (Node + Adonis + Mysql + React) and I am facing some problems. It has an admin user who is responsible for registering other users, so I have some…
-
-1
votes1
answer193
viewsQ: (React) Bootstrap overwriting my css
Hello, everyone. I’m a beginner with React and I was developing a front-end application and decided to use the bootstrap to make a slide. I installed the bootstrap through npm install and installed…