## Application ```bash npm run ng -- generate app [--project-root=] [-s|--inline-style=] [-t|--inline-template=] [--view-encapsulation=] [-S|--skip-tests=] [--skip-package-json=] ```

Arguments

Argument Description
<name> The name of the application

Options

Option Description
--project-root=<project-root>

The root directory of the new application

--inline-style=<true|false>

Specifies if the style will be in the ts file

Default: true

Aliases: -s

--inline-template=<true|false>

Specifies if the template will be in the ts file

Aliases: -t

--view-encapsulation=<Emulated|Native|None|ShadowDom>

The view encapsulation strategy to use in the new app.

--skip-tests=<true|false>

Skip creating spec files

Default: true

Aliases: -S

--skip-package-json=<true|false>

Do not add dependencies to package.json