Posts by Filipe Nóbrega • 101 points
2 posts
-
0
votes1
answer247
viewsA: Error while running Angular project
To execute the command ng serve needs to be within the Angular design. If the project is in the folder Documentos/AngularProject/ you need to execute the command inside the folder AngularProject/.…
-
0
votes2
answers58
viewsA: Add Elements from one class to an arraylist in another class
From what I understand, your question is very simple, just create a method in the class Customerservice: public class CustomerService { private ArrayList<Tickets> tickets; public…