Posts by Crane • 112 points
8 posts
-
1
votes1
answer278
viewsQ: Dynamic radio button not checked with angular
I have a radio button that is displayed dynamically according to the json below: { "cd_pauta": 64, "nr_numeracao": 10, "cd_subtipo_pauta_periodo_letivo": 1, "ds_observacao": "Mbappe > que…
-
1
votes1
answer531
viewsA: Property 'catch' does not exist on type 'Observable<Httpevent<any>>' ANGULAR 6
I decided by changing the code and leaving it that way: intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>{ return next.handle(req) .pipe(…
-
1
votes1
answer531
viewsQ: Property 'catch' does not exist on type 'Observable<Httpevent<any>>' ANGULAR 6
I created an Interceptor to catch all errors using angular 6, but catch returns this message. intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>{…
-
1
votes1
answer69
viewsA: How to generate my Postgresql Baseurl (link) that is in Heroku to integrate to my Angular front end?
creates a configuration file with the following content: export const API_CONFIG = { baseUrl: "https://nome-do-app.herokuapp.com", } In each service you import this file and the methods that…
-
2
votes1
answer2791
viewsQ: Check if date is between two dates in the 30 min range
I have a service that before saving some value in the bank, it is necessary to be checked if it is within some period already saved in the bank. Each period consists of half an hour. ex: 10:00 10:30…
-
1
votes0
answers122
viewsQ: How to use spring security isEnabled
I was wondering if I am using the isEnabled spring security method correctly. Because on my system, every user has a list of profiles. If admin removes all their profiles and the user tries to log…
-
0
votes2
answers318
views -
2
votes2
answers12692
viewsQ: Error Creating bean with name 'entityManagerFactory' defined in class path Resource
Good night, I have an application using Spring boot 1.5.10. I’m trying to make the connection to the oracle database, but I always have this title error. Attempts: I went back to the spring boot…