Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 11.8k
Please create ng g b folder/path #858
Copy link
Copy link
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenteffort2: medium (days)featureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Description
Activity
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenteffort2: medium (days)featureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
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/pathwhich would createindex.tsin that folder, and export the stuff there already.