@nrwl/angular:library-secondary-entry-point

Creates a secondary entry point for an Angular publishable library.

Usage

nx generate library-secondary-entry-point ...
nx g secondary-entry-point ... #same

By default, Nx will search for library-secondary-entry-point in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:library-secondary-entry-point ...

Show what will be generated without writing to disk:

nx g library-secondary-entry-point ... --dry-run

Options

library

Required
string
Pattern: ^[a-zA-Z].*$

The name of the library to create the secondary entry point for.

name

Required
string
Pattern: ^[a-zA-Z].*$

The name of the secondary entry point.

skipModule

boolean
Default: false

Skip generating a module for the secondary entry point.