Alan 068bb4001d docs: add deprecation and pr note
Docs are deprecated in favor of the the new pages in AIO which are WIP.
2019-01-09 09:14:13 -08:00

2.4 KiB

Documentation below is for CLI version 6 and we no longer accept PRs to improve this. For version 7 see here.

ng new

Overview

ng new [name] creates a new angular application.

Default applications are created in a directory of the same name, with an initialized Angular application.

Options

dry-run

--dry-run (alias: -d)

Run through without making any changes.

force

--force (alias: -f)

Forces overwriting of files.

verbose

--verbose (alias: -v)

Adds more details to output logging.

collection

--collection (alias: -c)

Schematics collection to use.

inline-style

--inline-style (alias: -s)

Specifies if the style will be in the ts file.

inline-template

--inline-template (alias: -t)

Specifies if the template will be in the ts file.

view-encapsulation

--view-encapsulation

Specifies the view encapsulation strategy.

routing

--routing

Generates a routing module.

prefix

--prefix (alias: -p)

The prefix to apply to generated selectors.

style

--style

The file extension to be used for style files.

skip-tests

--skip-tests (alias: -S)

Skip creating spec files.

skip-package-json

--skip-package-json

Do not add dependencies to package.json.