@nrwl/angular:upgrade-module
Sets up an Upgrade Module.
Examples
Below are some examples of how to generate configuration and setup for using ngUpgrade
's UpgradeModule
for your application.
nx g @nrwl/angular:upgrade-module --name=myAngularJsModule --project=myapp
Usage
nx generate upgrade-module ...
By default, Nx will search for upgrade-module
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:upgrade-module ...
Show what will be generated without writing to disk:
nx g upgrade-module ... --dry-run