I am trying to understand the necessary changes to make in a generated jhipster app to replace the NgbModals with elements displayed in a page. I was able to find some help on doing this in older Jhipster versions with angular 1.x but I am unable to make the changes in Jhipster v4.0.2 and angular 2. I tried repurposing the detail component and map it to the route -new path (for add new record), but getting an error for undefined "id" parameter. I am looking for some pointers for the approach to take for solving this problem.
Thank you !