RAF-SI-2023 / Banka-1-Frontend

0 stars 13 forks source link

F3 - List of customer credit cards #61

Open milando12 opened 7 months ago

lukalazarevic123 commented 7 months ago

For implementing the page for users credit card you can follow the next approach. First implement the function for fetching all of users credit cards, once that is done you can create a component for displaying the card information itself, and then just loop through all of the cards and display them. Utilize ngFor for this.