Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions