Closed
Description
TypeScript Version: 3.8.3
Search Terms:
Code
import { CloudAppRestService } from '@exlibris/exl-cloudapp-angular-lib';
export class Test {
rest: CloudAppRestService;
config: CloudAppConfigService;
}
Expected behavior:
According to this comment from @andrewbranch , once an import is made anywhere in the project, other imports from the same package should be recommended. We're not seeing that behavior.
Actual behavior:
Second import (even in the same file!) is not recommended