Coder Social home page Coder Social logo

angular-mfe's Introduction

AngularMfe

This project was generated with Angular CLI version 13.3.5.

Steps to create monorepo using angular cli

  • create a blank workspace using ng new <your-workspace-name> --create-application false
  • navigate to new workspace and generate application using ng generate application <your-mfe-name>
  • you can also create shared libraries by running ng generate library <your-lib-name>
  • the default port on which angular runs is 4200. now inorder to run every mfe under a seperate port, install module federation dependency by running ng add @angular-architects/module-federation --project products --port 420X(where X is a number like 4201, 4202.. etc). run this command for every application under the workspace.
  • the above command will generate webpack.config.js for every application. provide a unique name for a given application in ModuleFederationPlugin section of its webpack.config.js.

Useful links

  1. multiple angular projects under one workspace: multiple projects in angular
  2. webpack module federation: module federation
  3. MFE from okta: okta mfe

angular-mfe's People

Contributors

kiranmantha avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.