Posts by Rodrigo Pauletti • 127 points
4 posts
-
0
votes2
answers1690
viewsA: Error Datepipe Angular 6
In his app.module.ts, add that: ... import { LOCALE_ID } from '@angular/core'; import { registerLocaleData } from '@angular/common'; import localePt from '@angular/common/locales/pt';…
-
1
votes2
answers93
viewsQ: Call app.service when reloading the page
When starting the application, the function is executed first getBanners() of the service banners.service.ts and only then is the this.headers of the service app.service.ts. If I switch pages, it…
angularasked Rodrigo Pauletti 127 -
0
votes2
answers525
viewsA: Deploy Orange Application 5.2 + Angular2
Recently I also came across this question. In the Angular, did the build in the way production with the command ng build --prod The generated files are in the folder build at the root of the…
-
0
votes1
answer1419
viewsA: Sending notifications from Pagseguro Sandbox to local address (C# ASP.NET MVC)
Hello. I’m having this problem also to send notifications to my localhost when I click the button "Forward notification", but I think it’s normal that this kind of notification doesn’t work on…