akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.19k stars 7.94k forks source link

Can't modify the login page? #5696

Open unix3000 opened 4 years ago

unix3000 commented 4 years ago

Hello : When I open the page http://127.0.0.1:4200/auth/login I want to modify some hints on the login page. But I found that the login component is in @nebular / auth, modified the node_modules/@nebular/auth/components/login/login.component.html file, and refreshed and found that the page has no changes. How do I modify the login page? And can it be displayed correctly on the page?

MHKarami97 commented 4 years ago

You can check these pages: https://akveo.github.io/nebular/docs/auth/custom-auth-components/#login-component-extension https://github.com/akveo/ngx-admin/issues/5681