Closed geksonES closed 5 months ago
It's also happening to me
Yes I noticed too when imports are in the constructor, such as @Inject or forwardRef, imports are not recognized and removed for some reason. Happens to me as well. Hope it can be solved soon public constructor( private notificationRequestService: NotificationRequestService, @Inject(forwardRef(() => TestRunService)) )
In combination to that I have es-lint that organizes all imports. Maybe these two things don't get along.
It happens to me too. I'm using the tsyringe module, and despite using @inject() in the constructor parameter, the imported module is automatically deleted the moment I save. I look forward to seeing this issue resolved.
This is what happens with all these:
I don't think the list is complete though.
:tada: This issue has been resolved in version 1.2.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
It removes Inject and MAT_DIALOG_DATA that goes into constructor