angular-docs-cn/packages/language-service/src
Keen Yee Liau ad4a9bf03f fix(language-service): Fix completions for input/output with alias (#28904)
This PR fixes a bug in autocompletion for @Input/@Output decorator with
an alias. The current implementation ignores the alias.

Credit for this work is attributed to @edgardmessias
The original work fixed the bug, but was lacking test.

PR Close #27959

PR Close #28904
2019-02-22 12:02:18 -08:00
..
common.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
completions.ts fix(language-service): Fix completions for input/output with alias (#28904) 2019-02-22 12:02:18 -08:00
definitions.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
diagnostics.ts fix(language-service): Allow empty templates (#20651) 2017-11-29 16:52:55 -06:00
expressions.ts fix(language-service): remove tsickle dependency 2017-08-16 11:33:49 -07:00
hover.ts fix(language-service): Update types for TypeScript nullability support 2017-04-12 11:36:19 -07:00
html_info.ts feat(compiler): update the schema by extracting from latest chrome (#17858) 2017-07-06 12:11:34 -07:00
language_service.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00
locate_symbol.ts fix(compiler): markup lexer should not capture quotes in attribute value (#28055) 2019-02-12 20:58:27 -08:00
reflector_host.ts build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
ts_plugin.ts refactor(language-service): Cleanup ts_plugin (#28145) 2019-01-15 11:30:37 -08:00
types.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
typescript_host.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00
utils.ts fix(language-service): remove tsickle dependency 2017-08-16 11:33:49 -07:00
version.ts style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00