Posts by Alexandre Araújo • 43 points
6 posts
-
-1
votes2
answers254
viewsQ: Using Enum in Java
Hey there, guys. The program should randomly generate a "Heads" or "Tails" value, but using Enum. It is not clear to me how to implement the statement below using Enum. Can someone give me a light?…
-
0
votes1
answer137
viewsQ: Clone commit from a project on Github
Hello, everybody. So, I’m taking an angular course that has a project hosted on Github. But I don’t want to clone the project ready. I’d like to clone/download the commit with the initial project…
-
2
votes1
answer28
viewsQ: Do you have a problem adding more than one CSS library to an Angular project?
How many can I add? Is there a recommended limit? This interferes with application performance?
-
1
votes1
answer149
viewsQ: What is the function of daughter routes at the angle?
Does the angular daughter route function serve only to render the daughter route component on the parent route component? Because I wanted to do the exact opposite. I would like when I go from the…
-
0
votes0
answers27
viewsQ: What to do with the authentication token when it arrives at the front?
I’m developing a site with Laravel on the server (API) and angular on the front. To authenticate a user in the system, I recover the credentials (email and password) and, if the user exists and the…
-
0
votes1
answer266
viewsQ: How to update @angular/core globally?
I did the update on angular/cli for the latest version (Angular 8), but when I create a new project, the @angular/core is in the version @7.2.15 and not in the version @8.1.0. The project gives…