Skip to content

Schematics - missing style: none option #702

@exxair

Description

@exxair

Is this a regression?

No

Description

@schematics/angular:component supports style: none, which doesn't generate a style file at all.
"enum": ["css", "scss", "sass", "less", "none"],

@ngneat/spectator:spectator-component seems missing this option:

    "style": {
      "description": "The file extension or preprocessor to use for style files.",
      "type": "string",
      "default": "css",
      "enum": [
        "css",
        "scss",
        "sass",
        "less",
        "styl"
      ]
    },

Is it intentional?

Do you want to create a pull request?

Yes

Metadata

Metadata

Assignees

No one assigned

    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