-
-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
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
Labels
No labels