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
When importing import { BrnSelectImports } from '@spartan-ng/ui-select-brain'; vscode outlines the following:
[{ "resource": ".../src/app/modules/home/screen/home_screen.component.ts", "owner": "eslint", "code": { "value": "@nx/enforce-module-boundaries", "target": { "$mid": 1, "path": "/nrwl/nx/blob/20.1.2/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md", "scheme": "https", "authority": "github.com" } }, "severity": 8, "message": "Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@spartan-ng/ui-select-brain"", "source": "eslint", "startLineNumber": 6, "startColumn": 1, "endLineNumber": 6, "endColumn": 64 }]
then when using it, the following error appears in console:
Error: Cannot resolve type entity i1.BrnLabelDirective to symbol at reflectTypeEntityToDeclaratio
select
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please provide the environment you discovered this bug in.
When importing import { BrnSelectImports } from '@spartan-ng/ui-select-brain'; vscode outlines the following:
[{
"resource": ".../src/app/modules/home/screen/home_screen.component.ts",
"owner": "eslint",
"code": {
"value": "@nx/enforce-module-boundaries",
"target": {
"$mid": 1,
"path": "/nrwl/nx/blob/20.1.2/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md",
"scheme": "https",
"authority": "github.com"
}
},
"severity": 8,
"message": "Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@spartan-ng/ui-select-brain"",
"source": "eslint",
"startLineNumber": 6,
"startColumn": 1,
"endLineNumber": 6,
"endColumn": 64
}]
then when using it, the following error appears in console:
Error: Cannot resolve type entity i1.BrnLabelDirective to symbol
at reflectTypeEntityToDeclaratio
Which area/package is the issue in?
select
Description
When importing import { BrnSelectImports } from '@spartan-ng/ui-select-brain'; vscode outlines the following:
[{
"resource": ".../src/app/modules/home/screen/home_screen.component.ts",
"owner": "eslint",
"code": {
"value": "@nx/enforce-module-boundaries",
"target": {
"$mid": 1,
"path": "/nrwl/nx/blob/20.1.2/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md",
"scheme": "https",
"authority": "github.com"
}
},
"severity": 8,
"message": "Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@spartan-ng/ui-select-brain"",
"source": "eslint",
"startLineNumber": 6,
"startColumn": 1,
"endLineNumber": 6,
"endColumn": 64
}]
then when using it, the following error appears in console:
Error: Cannot resolve type entity i1.BrnLabelDirective to symbol
at reflectTypeEntityToDeclaratio
Please provide the exception or error you saw
No response
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: