angular 2 cli でコンポーネントを生成すると:
ng g component "test" フォルダを作成します:
test
|__Shared
| |__Index.ts
|__test.component.html
|__test.component.css
|__etc...
共有フォルダとは何ですか? つまり、html ファイルと css ファイルの間で何を共有すると想定されているのでしょうか? それとも test.component.ts と test.component.css の間ですか?
コンポーネントごとに共有フォルダーを作成するのは意味がありません。
誰か私にそれを説明してくれませんか?!