ng generate library virtusUI --style=scss gives an error
未关闭
area: @schematics/angular
feature
feature: insufficient votes
freq1: low
- 主要语言
- TypeScript
- 星标
- 27k
- 派生
- 11.8k
- 平均合并
- 14 小时 23 分钟
- 30 天内合并 PR
- 162
描述
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
```
It would be cool to generate library with SCSS system.
```
ng generate library virtusUI --style=scss
```
Now I'm getting an error
```
Schematic input does not validate against the Schema: {"style":"scss","entryFile":"public_api","prefix":"lib","skipPackageJson":false,"skipTsConfig":false}
Errors:
Data path "" should NOT have additional properties(style).
```
贡献指南
调研方向
首先重现 `ng generate library virtusUI --style=scss`,并检查库生成 schematic 及其 schema 验证。`style` 选项被接受,且生成的库使用 SCSS 而不出现 additional-properties 错误时,此更改即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- cli, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100