@nrwl/angular:remote
Create an Angular Remote Module Federation Application.
Usage
nx generate remote ...
By default, Nx will search for remote
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:remote ...
Show what will be generated without writing to disk:
nx g remote ... --dry-run
Examples
Create an Angular app with configuration in place for Module Federation. If host is provided, attach this remote app to host app's configuration.:
nx g @nrwl/angular:remote appName --host=host --port=4201