-
Notifications
You must be signed in to change notification settings - Fork 359
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 AppComponent #4
Comments
Have you registered it as a Provider? Would need to see some more code though to really help :) |
Yeah i did. Here is my repo https://github.com/vichanse/angular-pro-app-seed |
Hmm, looks like VSCode playing up. It's happened to me a few times, I
usually restart it and maybe the laptop if it continues :)
…On 10 October 2017 at 15:57, vichanse ***@***.***> wrote:
I cloned your repo and still have the typescript error. The app is working
perfectly though.
Probably something related to my local env
[image: image]
<https://user-images.githubusercontent.com/26761479/31393455-0bc62414-addc-11e7-9141-02e645ec425d.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABlEoPVoPCyDn-YrZBmOlCavBayEw-vCks5sq4XVgaJpZM4Pzdjh>
.
--
@toddmotto
|
On bottom in the console of my browser , this error is always appear i don't understand the meaning of this(i'm not fluent in english, sorry if you can't understand me). |
Hi All, Getting same error while creating AOT build. |
I am also struggling with same issue i am trying to inject my service into the component |
Found root cause it was happening because of cyclic dependency , i was trying to invoke component from service and trying to inject service in component , this is causing problem |
Hi, @nik1988 , you're correct, but i am having the same problem without cyclic dependency, any idea what's causing that? |
The short solution is you need to re-start the server |
restart vscode works for me |
I'm having this error in app.components.ts file
It's like it can't resolve Store from store
Any help?
The text was updated successfully, but these errors were encountered: