Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 728 Bytes

move-to-with-mf.md

File metadata and controls

36 lines (23 loc) · 728 Bytes
title description
@nrwl/angular:move-to-with-mf generator
Moves an old micro frontend configuration to use withModuleFederation helper.

@nrwl/angular:move-to-with-mf

Moves an old micro frontend configuration to use withModuleFederation helper.

Usage

nx generate move-to-with-mf ...

By default, Nx will search for move-to-with-mf in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:move-to-with-mf ...

Show what will be generated without writing to disk:

nx g move-to-with-mf ... --dry-run

Options

project

Type: string

The name of the micro frontend project to migrate.