-
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
Adding a route doesn't add imports to app component #840
Comments
Seems to add them correctly on OSX. |
@Brocco also tried on OSX, and reported it was fine. Not sure why it happens on my windows machine though. |
I logged this issue almost at week ago and no one cared to comment at #830 I am happy that someone else logged the issue because I have been stucked since waiting for some resolution. I note that @gdboling and @Brocco tried it on OSX and it worked, but some of us do use Windows on which it does NOT work. All other commands worked as expected, but not the route command. I hope that authors will look into this issue sooner rather than later. Cheers |
@st-clair-clarke apologies, going over the issue backlog has been a slow process and only now am I getting this far. I'll close your issue in favor of this one, just because it has more feedback in it. |
Closed in favor of #911 |
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. |
On the latest master, and on Windows machines, adding a route doesn't add imports to the App Component.
Repro steps on a windows machine:
At this point,
foo.component.ts
looks like this (note the missing imports):The text was updated successfully, but these errors were encountered: