Skip to content
New issue

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

Serving standalone micro app to be included in shell. #29

Open
edgarjoao opened this issue Mar 18, 2021 · 0 comments
Open

Serving standalone micro app to be included in shell. #29

edgarjoao opened this issue Mar 18, 2021 · 0 comments

Comments

@edgarjoao
Copy link

edgarjoao commented Mar 18, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant