Closed DimitriTsikaridze closed 4 months ago
This can be closed as it was fixed in the last release π
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
π bug report
Is this a regression?
Yes, the previous version in which this bug was not present was: .... ### Description A clear and concise description of the problem... If the bug is caused or experienced by a particular source code, please provide a minimal reproduction of that source code. ## Bug Type What does this bug affectReproduction
Steps to reproduce the behavior:
export default class SignInFormComponent {
Expected behavior
A clear and concise description of what you expected to happen. it should import component with its default export name instead of
import { default } from "./sign-in-form/sign-in-form.component";
it should beimport SignInComponent from "./sign-in-form/sign-in-form.component"
Logs
Log file gives us deep insight into the behavior and performance of the extension. If the issue is a performance problem or an error occured, please provide the output of the log file below.
Set Angular Log level to verbose.
Screenshots
If applicable, add screenshots to help explain your problem.
π Your Environment
Angular Version:
Extension Version:
VSCode Version:
Operating System:
Extension options:
Anything else relevant?