Skip to content

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

Description

@edgarjoao

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions