Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Include Profile App in TC Microfrontend Frame #30

Open
rakibansary opened this issue Oct 4, 2021 · 0 comments
Open

Include Profile App in TC Microfrontend Frame #30

rakibansary opened this issue Oct 4, 2021 · 0 comments
Assignees

Comments

@rakibansary
Copy link
Contributor

  1. The frame app needs to include the url to the profile app in the import map. This can be done by adding the following entry in this file.
"@topcoder/micro-frontends-profile-app": "https://platform.topcoder.com/profile-app/topcoder-micro-frontends-profile-app.js"
  1. The frame app needs to configure the appropriate route to load the profile app. This can be doing by adding the following route entry in this file.
<route path="profile">
  <application name="@topcoder/micro-frontends-profile-app"></application>
</route>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants