-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Can't resolve all parameters for service #6997
Comments
@Yura13 it sounds like you have a cyclical dependency. 1.3.0-beta has a plugin that will warn you of cyclical deps and show you their path. Would it be possible for you to try updating your project and see what it says? |
@deebloo You are right. Here is present a cyclical dependency related to import from the index file.
|
Closing as answered by @deebloo 👍 |
I guess this problem related to building process when import from index file. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
angular 4.2.6
@angular/cli: 1.2.0
node: 6.11.0
os: win32 x64
Repro steps.
core/core.module.ts
core/services/index.ts
core/services/http.service.ts
core/services/api.service.ts
The log given by the failure.
core/services/index.ts
Error stack:
core/services/index.ts
Error stack:
Mention any other details that might be useful.
When reorder imports in core/services/index.ts everything works
The text was updated successfully, but these errors were encountered: