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, Is there a way for navbar and sidebar elements to use their own module? if yes, this will allow us to test each element separately.
For serving standalone micro app to be included in shell.
navbar npm run start:micro-app -- --port=4201 sidebar npm run start:micro-app -- --port=4202
Lazy loading in shell
<navbar-cmp *axLazyElement="http://localhost:4201/main.js"></navbar-cmp> <sidebar-cmp *axLazyElement="http://localhost:4202/main.js"></sidebar-cmp>
Any advice here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is there a way for navbar and sidebar elements to use their own module? if yes, this will allow us to test each element separately.
For serving standalone micro app to be included in shell.
Lazy loading in shell
Any advice here?
The text was updated successfully, but these errors were encountered: