当我使用 angular 2 cli 生成组件时:
ng g 组件“测试”它创建一个文件夹:
test
|__Shared
| |__Index.ts
|__test.component.html
|__test.component.css
|__etc...
什么是共享文件夹?我的意思是我假设在 html 和 css 文件之间共享什么?或者在 test.component.ts 和 test.component.css 之间?
为每个组件创建一个共享文件夹对我来说毫无意义。
谁能给我解释一下?!