Reputation: 2105
I am using angular-cli, it suppose to create a component with a sub folder called shared with index.ts, but I am not seeing that.
Upvotes: 1
Views: 456
Reputation: 64853
This was taken out with the addition of NgModule
as of rc5. The need to nest components inside of shared directories is against the pattern of declaring them within a given module.
Upvotes: 2