docs: module federation onecx section#54
docs: module federation onecx section#54priyankaSandeepRade wants to merge 2 commits intoonecx:mainfrom
Conversation
priyankaSandeepRade
commented
Apr 9, 2026
- Todo - need to link URL once all PRs are merged
rogocoffee
left a comment
There was a problem hiding this comment.
Please check the comments and especially the links.
Also please add a proper description to the PR (without current todo statement)
| @@ -0,0 +1,30 @@ | |||
| // Todo correct new links | |||
There was a problem hiding this comment.
from legacy docs. addressed in this PR - #55
| == @onecx/angular-webcomponents Details | ||
| Using <<onecx/angular-webcomponents, @onecx/angular-webcomponents>> to expose modules and Remote Components via Microfrontends is the recommended way within the OneCX platform. There are guides available that showcase how to transform already-created Microfrontend's content to use Webcomponent method. In this section, all the specific functions available within the angular-webcomponents library are explained. | ||
|
|
||
| // TODO: Link to example in guide |
There was a problem hiding this comment.
from legacy docs. addressed in this PR - #55
| |if application should run in production mode | ||
| |=== | ||
|
|
||
| // TODO: Link to example in guide |
There was a problem hiding this comment.
from legacy docs. addressed in this PR - #55
| |Array of providers for Remote Component to run | ||
| |=== | ||
|
|
||
| // TODO: Link to example in guide |
There was a problem hiding this comment.
from legacy docs. addressed in this PR - #55
| }) | ||
| export class RemoteModule ... | ||
|
|
||
| // TODO: Link to example in guide |
There was a problem hiding this comment.
from legacy docs. addressed in this PR - #55
| * CommonModule, BrowserModule and BrowserAnimationsModule Angular modules used for adding functionality to the module. | ||
| * PortalCoreModule is defined to allow usage of OneCX components and services. | ||
| * TranslateModule is defined to allow translations using translation keys within the module. | ||
| // TODO: Add link to auth docs |
There was a problem hiding this comment.
No auth docs are present. revised comment
| @@ -0,0 +1,8 @@ | |||
| [#microfrontend-content-bootstrapping-explained] | |||
| == Microfrontend Content Bootstrapping Explained | |||
| {mfe-loading_url}[Microfrontend content loading] is an action triggered by the route change (Shell Application's responsibility of loading modules) or by the Slot Component display (Slot Component's responsibility of loading Remote Components). During this action, Microfrontend's content, exposed via remote entry file, is loaded and bootstrapped using the provided file in xref:./webpack.adoc[Webpack configuration]. | |||
There was a problem hiding this comment.
Please check if the xref is accessible, when all PRs are merged
| * xref:angular-expose-method.adoc[Content Exposed Using Angular Method] | ||
| * xref:webcomponent-expose-method.adoc[Content Exposed Using Webcomponent Method] No newline at end of file |
There was a problem hiding this comment.
Please check if the xref is accessible, when all PRs are merged
There was a problem hiding this comment.
Please check the xrefs if they are correctly linked, when all PRs are merged
|
from legacy docs. addressed in this PR - #55 |