-
Notifications
You must be signed in to change notification settings - Fork 12k
Wrong Import Path of a component. #2419
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
So is it wrong to create a Child Component that way? |
Dupe of #1719, has been fixed since. |
Thanks @filipesilva |
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. |
OS?
Versions.
Repro steps.
ng g component home/tabs/tab
import { TabComponent } from './home\tabs\tab/tab.component';
The log given by the failure.
Mention any other details that might be useful.
import { TabComponent } from './home/tabs/tab/tab.component';
The text was updated successfully, but these errors were encountered: