Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Documentation: Incorrect File Path for module-federation.manifest.json #30020

Open
3 of 4 tasks
alissoncorsair opened this issue Feb 13, 2025 · 0 comments
Open
3 of 4 tasks

Comments

@alissoncorsair
Copy link

alissoncorsair commented Feb 13, 2025

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

Dynamic Module Federation with Angular

Additional context or description

The documentation currently states:

"Add a module-federation.manifest.json file to the src/public/ folder in our Dashboard application..."

However, the correct location for the file is public/ and not src/public/. This could lead to confusion when implementing the example, as the folder structure may differ.

Correct example:

apps/dashboard/public/module-federation.manifest.json
{
  "login": "http://localhost:4201"
}

Updating this would clarify the instructions and prevent potential mistakes for users following the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant