@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.