@nrwl/angular:init
Initializes the @nrwl/angular plugin. NOTE: Does not work in the --dry-run mode.
Usage
nx generate init ...By default, Nx will search for init in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:init ...Show what will be generated without writing to disk:
nx g init ... --dry-runOptions
e2eTestRunner
cypressprotractor, cypress, noneTest runner to use for end to end (e2e) tests.
linter
eslinteslint, noneThe tool to use for running lint checks.
skipInstall
falseSkip installing after adding @nrwl/workspace.
skipFormat
falseSkip formatting files.
style
csscss, scss, sass, lessThe file extension to be used for style files.
skipPackageJson
falseDo not add dependencies to package.json.
skipPostInstall
falseDo not add or append ngcc to the postinstall script in package.json.
unitTestRunner
jestkarma, jest, noneTest runner to use for unit tests.