We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Sort Imports version 6.1.0.
When compiling this constructor declaration...
constructor( @Inject(DynamicDialogConfig) public dialogConfig: DynamicDialogConfig, private api: ApiService, private stores: StoreService, translate: TranslateService) { super(translate) }
the Sort Imports extension renders the following error
Stage 2 decorators cannot be used to decorate parameters (myfile.ts:37:4) 35 | 36 | constructor( > 37 | @Inject(DynamicDialogConfig) public dialogConfig: DynamicDialogConfig, | ^ 38 | private api: ApiService, 39 | private stores: StoreService, 40 | translate: TranslateService) {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Sort Imports version 6.1.0.
When compiling this constructor declaration...
the Sort Imports extension renders the following error
The text was updated successfully, but these errors were encountered: