Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Micro-Frontend Implementation using Module Federation

NotificationsYou must be signed in to change notification settings

skpanagiotis/mfe-multirepo-mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module Federation

Multirepo Micro-Frontend Implementation usingModule Federation.

Tools

Getting Started

Angular Version 15.1.0

Module Federation includes, currently three projects:

  1. Shell, the main project.
  2. ProjectOne, the first microfrontend subProject.
  3. ProjectTwo, the second microfrontend subProject.

In every app you should run:

npm install

Firstly, you should runShell with this command (port 4200):

ng serve

Secondly, you should runProjectOne with this command (port 4201):

ng serve

And Also, you should runProjectTwo with this command (port 4202):

ng serve

Description

ProjectOne exposes toShellDashboard Module which includes a table.Shell can accessDashboard Module via routing.

ProjectTwo exposes toShell and particularly intoShell's Form ComponentForm Component which includes a form.

By entering data in form and clicking submit, the submited data stored inGlobal State. Then we can retrieve these data insideDashboardModule withGlobal State and show them inside the table.

About

Micro-Frontend Implementation using Module Federation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp