We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have implement same theme and really help but how we add login page without main layout. kindly fixed.
thanks Dharmesh
The text was updated successfully, but these errors were encountered:
Hello,
As said in the readme: you can declarer a route with the Layout for login
// not logged routes { component: LayoutLoginComponent, path: 'login' },
Sorry, something went wrong.
more precisely, you can use the LayoutLogin and your own login component like so:
{ children: [ { component: MyLoginComponent, path: '' } ], component: LayoutLoginComponent, path: 'login', }
No branches or pull requests
We have implement same theme and really help but how we add login page without main layout.
kindly fixed.
thanks
Dharmesh
The text was updated successfully, but these errors were encountered: