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