Skip to content

Project Settings - allow config level values for spec generation settings #2448

@Brocco

Description

@Brocco

In angular-cli.json under defaults add:

"spec": {
  "class": [true/false],
  "component": [true/false],
  "directive": [true/false],
  "module": [true/false],
  "pipe": [true/false],
  "service": [true/false]}

When generating blueprints the precedence will be:

  • command-line option value if specified
  • value in configuration file
  • current default value for each blueprint specified to maintain current functionality

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions