angular-docs-cn/packages
Keen Yee Liau 625d2c252b fix(language-service): diagnostic and definition should work for absolute url (#40406)
This commit fixes a bug in the **View Engine** implementation of
`getSemanticDiagnostics` and `getDefinitionAndBoundSpan` for node in the
decorator metadata that represents an external URL
(`templateUrl` or `styleUrls`).

The URL could be either relative or absolute, but the latter was not taken
into account.

Fix https://github.com/angular/vscode-ng-language-service/issues/1055

PR Close #40406
2021-01-13 09:05:04 -08:00
..
animations fix(animations): implement getPosition in browser animation builder (#39983) 2020-12-08 16:24:41 -08:00
bazel Revert "build: update bazel rules_nodejs to 2.3.2 (#40367)" (#40395) 2021-01-11 12:51:11 -08:00
benchpress build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
common fix(router): Router should focus element after scrolling (#40241) 2021-01-05 09:48:48 -08:00
compiler refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
compiler-cli refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
core refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
docs
elements fix(elements): update the view of an `OnPush` component when inputs change (#39452) 2020-11-06 09:31:46 -08:00
examples fix(core): Allow passing AbstractType to the inject function (#37958) 2020-11-24 10:42:21 -08:00
forms fix(forms): handle standalone `<form>` tag correctly in `NgControlStatusGroup` directive (#40344) 2021-01-08 09:44:42 -08:00
language-service fix(language-service): diagnostic and definition should work for absolute url (#40406) 2021-01-13 09:05:04 -08:00
localize docs: update JSDOC comment for the ArbTranslationSerializer (#40354) 2021-01-11 10:40:24 -08:00
misc/angular-in-memory-web-api docs: import in-memory-web-api readme (#40203) 2021-01-08 09:45:41 -08:00
platform-browser fix(animations): implement getPosition in browser animation builder (#39983) 2020-12-08 16:24:41 -08:00
platform-browser-dynamic docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
platform-server build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
private/testing
router refactor(router): refactor and simplify router RxJS chains (#40290) 2021-01-11 15:30:55 -08:00
service-worker refactor(service-worker): remove work-around for Chrome code highlighting bug (#40234) 2021-01-11 10:42:50 -08:00
upgrade fix(upgrade): fix HMR for hybrid applications (#40045) 2020-12-10 13:40:53 -08:00
zone.js fix(zone.js): fix typo in zone_externs (#40348) 2021-01-08 09:47:46 -08:00
BUILD.bazel build: replace @types/trusted-types dep with minimal type defs (#39211) 2020-10-15 09:08:00 -07:00
README.md
circular-deps-test.conf.js
empty.ts
goog.d.ts
license-banner.txt
system.d.ts
tsconfig-build-no-strict.json
tsconfig-build.json
tsconfig-test.json
tsconfig.json
types.d.ts build: replace @types/trusted-types dep with minimal type defs (#39211) 2020-10-15 09:08:00 -07:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT