angular/packages/language-service/src
Dylan Hunn bebef5fb43 feat(language-service): Quick fix to import a component when its selector is used (#47088)
The language service can now generate an import corresponding to a selector. This includes both the TypeScript module import and the decorator import. This applies to both standalone components and components declared in NgModules.

PR Close #47088
2022-10-10 21:32:43 +00:00
..
codefixes feat(language-service): Quick fix to import a component when its selector is used (#47088) 2022-10-10 21:32:43 +00:00
adapters.ts fix(language-service): Add resource files as roots to their associated projects (#45601) 2022-05-10 09:36:26 -07:00
attribute_completions.ts refactor(compiler): Rename DirectiveInScope -> PotentialDirective (#47561) 2022-10-04 14:40:04 -07:00
BUILD.bazel feat(language-service): support fix the component missing member (#46764) 2022-08-02 11:58:21 -07:00
compiler_factory.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
completions.ts refactor(compiler): Rename DirectiveInScope -> PotentialDirective (#47561) 2022-10-04 14:40:04 -07:00
definitions.ts refactor(compiler-cli): track whether a TcbPosition corresponds with a shim file (#45454) 2022-03-29 14:09:33 -07:00
display_parts.ts refactor(compiler): Rename DirectiveInScope -> PotentialDirective (#47561) 2022-10-04 14:40:04 -07:00
language_service.ts feat(language-service): support to fix invalid banana in box (#47393) 2022-09-27 10:16:11 -07:00
quick_info.ts refactor(compiler-cli): rename ShimLocation to TcbLocation (#45454) 2022-03-29 14:09:33 -07:00
references_and_rename.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
references_and_rename_utils.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
signature_help.ts refactor(compiler-cli): rename ShimLocation to TcbLocation (#45454) 2022-03-29 14:09:33 -07:00
template_target.ts feat(language-service): support fix the component missing member (#46764) 2022-08-02 11:58:21 -07:00
ts_plugin.ts feat(language-service): support fix the component missing member (#46764) 2022-08-02 11:58:21 -07:00
ts_utils.ts feat(language-service): Quick fix to import a component when its selector is used (#47088) 2022-10-10 21:32:43 +00:00
utils.ts feat(language-service): Quick fix to import a component when its selector is used (#47088) 2022-10-10 21:32:43 +00:00