Closed
Description
When we create a sub-folder, we should have a barrel. Sometimes we manually create folders either because we want to or because the CLI can't do it for us (nested folder for a set of shared/service). In this case we may want a barrel. I propose we add ng g b shared/path
which would create index.ts
in that folder, and export the stuff there already.