-
Notifications
You must be signed in to change notification settings - Fork 12k
Shared folder isn't generated with component #1661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try adding I am using beta.11-webpack.2 and with |
Ok that solved half of the problem, thanks ! But it still isn't added it to system-config.ts... |
#1658 removed barrels so this won't happen on the next release. |
I have the same issue with
I am just starting to learn angular2 and angular-cli so I am not sure if this is intended behavior or bug? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
node: 5.4.0
os: linux x64
ng new myproject
, thencd myproject
and finallyng g component mycompo
.When i run tree :
In my system-config.ts :
As you can see, no
app/mycompo/shared
folder is created, and noapp/mycompo/shared
is added to system-config.ts (app/mycompo
is added).Hope I don't miss something, but as I saw in #1418, my shared folder should be here.
The text was updated successfully, but these errors were encountered: