ng generate library virtusUI --style=scss gives an error
オープン
area: @schematics/angular
feature
feature: insufficient votes
freq1: low
- 主要言語
- TypeScript
- スター
- 27k
- フォーク
- 11.8k
- 平均マージ
- 14時間 23分
- マージ済み PR(30日)
- 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` オプションが受け入れられ、生成されたライブラリが additional-properties エラーなしで SCSS を使用すれば、変更は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- angular, typescript
- 領域
- cli, tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100