This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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
Description
- 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"
- 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>
Metadata
Metadata
Assignees
Labels
No labels