
During my last talk about JHipster I was asked if it is possible to replace the modal login dialog with a dedicated login page.
I remember doing that for the angular 1 frontend as it was possible to configure in the router if the content was rendered on a modal dialog or not.
As this is not possible anymore with the new AngularX frontend I will describe how to extend a default JHipster application such that the login is at a dedicated route /login
.