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
Hi, i want to not display menu on some case like if user not login, how can I do that ? thnx!
The text was updated successfully, but these errors were encountered:
I just used jQuery for that.
jQuery: any; jQuery("ba-sidebar").hide(); jQuery("ba-page-top").hide(); jQuery("ba-content-top").hide();
Then I show them again by this:
jQuery("ba-sidebar").show(); jQuery("ba-page-top").show(); jQuery("ba-content-top").show();
I hope it help you somehow.
Sorry, something went wrong.
How can i hide specific menus in sidebar (Not the complete sidebar) based on certain conditions?
How can i load 2 different menus ( Like : test.menu.ts, demo.menu.ts ) in app.menu.ts and display it based on certain conditions?
No branches or pull requests
[ ] bug report
[ ] feature request
[* ] question about the decisions made in the repository
Hi, i want to not display menu on some case like if user not login, how can I do that ? thnx!
The text was updated successfully, but these errors were encountered: