Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<link rel="stylesheet" href="../micro-frontends-dist/next-ui.min.css"/>
<script src="../micro-frontends-dist/next-ui.min.js"></script>

And while adding the next-UI components for the first time to a angular module, make sure the React and React DOM dependency files are linked in the corresponding module’s index.html file

Code Block
<script src="../components/react/react.production.min.js"></script>
<script src="../components/react-dom/react-dom.production.min.js"></script>

Translations for Next-UI

All the translations leveraged by newly built React components (next-UI and other MFEs) will reside in the public/i18n folder which will be bundled along with the build of micro-frontends.

...