@nrwl/angular:downgrade-module

Sets up a Downgrade Module for using AngularJS and Angular.

Usage

nx generate downgrade-module ...

By default, Nx will search for downgrade-module in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:downgrade-module ...

Show what will be generated without writing to disk:

nx g downgrade-module ... --dry-run

Options

angularJsImport

string

Import expression of the AngularJS application (e.g., --angularJsImport=some_node_module/my_app).

name

Required
string

The name of the main AngularJS module.

project

Required
string

The name of the project.

skipFormat

boolean
Default: false

Skip formatting files.

skipPackageJson

boolean
Default: false

Do not add @angular/upgrade to package.json (e.g., --skipPackageJson).