Skip to content
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
@rakibansary

Description

@rakibansary
  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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions