spring-petclinic / spring-petclinic-angular

Angular 16 version of the Spring Petclinic sample application (frontend)
205 stars 499 forks source link

Display buttons only when response from API was received #124

Closed dariusdv closed 1 year ago

dariusdv commented 1 year ago

Purpose

Only show the "Home" and "Add" buttons on the list components after the data from the backend has been received. This will ensure that the "Home" and "Add" buttons will be displayed at their final position on the page, instead of jumping down after the table data has been fetched.

Issue https://github.com/spring-petclinic/spring-petclinic-angular/issues/121

arey commented 1 year ago

Thanks @dariusdv for your contribution