@ngx-composer/cli
v1.14.2
Published
Composes multiple Angular workspaces for building, serving and more without an overhead of configuration.
Maintainers
Readme
NGX Composer
Composes multiple Angular workspaces for building, serving and more without an overhead of configuration.
Commands
Build
Build the angular application(s)
ngx buildOptions
--version Show version number [boolean]
--help Show help [boolean]
-d, --directory Directories or glob (e.g. "custom/plugins/**") to define the
workspaces to process. [array] [default: "**"]
-e, --exclude Exclude specified path or glob. [array]
--outputPath The full path for the new output directory
[string] [default: "dist"]
--vendor-chunk Generate a separate bundle containing only vendor libraries.
[boolean] [default: false]
--named-chunks Use file name for lazy loaded chunks.
[boolean] [default: false]
--create-loader-file Creates a template containing only the angular dist scripts
[boolean] [default: false]
--loader-file-name The name of the loader file
[string] [default: "app-loader.tpl"]
Serve
Serve the angular application(s)
ngx serveOptions
--version Show version number [boolean]
--help Show help [boolean]
-d, --directory Directories or glob (e.g. "custom/plugins/**") to define the
workspaces to process. [array] [default: "**"]
-e, --exclude Exclude specified path or glob. [array]
--create-loader-file Creates a template containing only the angular dist scripts
[boolean]
--loader-file-name The name of the loader file
[string] [default: "app-loader.tpl"]