ngx-admin customized login style
See original GitHub issueIssue type
Style not works I’m submitting a … (check one with “x”)
- bug report
- feature request
Issue description
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (5 by maintainers)
Top Results From Across the Web
How to modify login page in ngx-admin - Stack Overflow
I started using the ngx-admin template, and i want to modify the login page. unfortunately, i couldn't find the login component in the ......
Read more >Ngx-admin - Theme System - GitHub Pages
Theme System in is a set of rules we put into how SCSS files and variables are organized. Theme Map | Component Variables...
Read more >Learn NGX Admin (Change Login Page) - YouTube
Full length Project tutorials · Angular Login and Signup using JSON-Server | Angular Routing | Angular Reactive Form| · Angular 8 Admin Dashboard ......
Read more >ngx-admin/Nebular) How to remove back button on my custom ...
[Solved]-(ngx-admin/Nebular) How to remove back button on my custom login component?-angular.js ... When I add this css to the src\app@theme\styles\styles.scss , ...
Read more >An Introduction to Nebular by Akveo — #Nebular101 Pt. 1
Nebular using ngx-admin template to support UI Components and you can use Eva ... You can customize all style components using SCSS, whether...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To remove the back arrow, you should override the
NbAuthComponent
with your own, just like you did for theNbLoginComponent
.Then, you change your auth routing module to look like
Obviously, you’ll want to create your own instance of
AuthComponent
. Here’s mine:You will also need to copy
auth.component.scss
from the nebular repo, unfortunately. But that should be it 😃Hello @Prefix1802 @nnixaa , May I know how to remove the “back button” in the page top-left?