This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
"imports" : {
3
3
"@topcoder/micro-frontends-navbar-app" : " https://mfe.topcoder-dev.com/navbar/topcoder-micro-frontends-navbar-app.js" ,
4
4
"@topcoder/micro-frontends-react-app" : " https://mfe.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js" ,
5
- "@topcoder/micro-frontends-angular-app" : " https://mfe.topcoder-dev.com/angular/main.js"
5
+ "@topcoder/micro-frontends-angular-app" : " https://mfe.topcoder-dev.com/angular/main.js" ,
6
+ "@topcoder/micro-frontends-teams" : " https://mfe.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js"
6
7
}
7
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"imports" : {
3
- "@topcoder/micro-frontends-navbar-app" : " http://localhost:8080/topcoder-micro-frontends-navbar-app.js" ,
4
- "@topcoder/micro-frontends-react-app" : " http://localhost:8500/topcoder-micro-frontends-react-app.js" ,
5
- "@topcoder/micro-frontends-angular-app" : " http://localhost:4200/main.js"
3
+ "@topcoder/micro-frontends-navbar-app" : " http://local.topcoder-dev.com:8080/navbar/topcoder-micro-frontends-navbar-app.js" ,
4
+ "@topcoder/micro-frontends-react-app" : " http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js" ,
5
+ "@topcoder/micro-frontends-angular-app" : " http://local.topcoder-dev.com:4200/main.js" ,
6
+ "@topcoder/micro-frontends-teams" : " http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js"
6
7
}
7
8
}
Original file line number Diff line number Diff line change 2
2
"imports" : {
3
3
"@topcoder/micro-frontends-navbar-app" : " https://mfe.topcoder.com/navbar/topcoder-micro-frontends-navbar-app.js" ,
4
4
"@topcoder/micro-frontends-react-app" : " https://mfe.topcoder.com/react/topcoder-micro-frontends-react-app.js" ,
5
- "@topcoder/micro-frontends-angular-app" : " https://mfe.topcoder.com/angular/main.js"
5
+ "@topcoder/micro-frontends-angular-app" : " https://mfe.topcoder.com/angular/main.js" ,
6
+ "@topcoder/micro-frontends-teams" : " https://mfe.topcoder.com/taas-app/topcoder-micro-frontends-teams.js"
6
7
}
7
8
}
Original file line number Diff line number Diff line change 84
84
<route path =" micro-frontends-angular-route" >
85
85
<application name =" @topcoder/micro-frontends-angular-app" ></application >
86
86
</route >
87
+ <route path =" taas" >
88
+ <application name =" @topcoder/micro-frontends-teams" ></application >
89
+ </route >
87
90
<route default >
88
91
<div style =" text-align : center ; padding-top : 200px ; font-size : 32px ;" >
89
92
Welcome to Topcoder Micro Frontends
You can’t perform that action at this time.
0 commit comments