angular-docs-cn/packages
Charles Lyding 1b43158af6 fix(compiler-cli): do not error with prepocessing if component has no inline styles (#41602)
The asynchronous preprocessing check was not accounting for components that did not have any inline styles. In that case, the cache did not have an entry which then allowed the asynchronous check to run and fail the compilation. The caching during the asynchronous analysis phase now handles components without inline styles.

PR Close #41602
2021-04-14 15:46:21 -07:00
..
animations feat(animations): update supported range of node versions (#41544) 2021-04-14 09:40:17 -07:00
bazel build: `ng_package` no longer generate minified UMDs (#41425) 2021-04-14 10:43:08 -07:00
benchpress
common feat(common): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
compiler refactor(compiler-cli): change how partial-linkers are matched to declaration versions (#41578) 2021-04-14 11:00:40 -07:00
compiler-cli fix(compiler-cli): do not error with prepocessing if component has no inline styles (#41602) 2021-04-14 15:46:21 -07:00
core feat(core): update supported range of node versions (#41544) 2021-04-14 09:40:17 -07:00
docs
elements feat(elements): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
examples docs: improve description, examples of DecimalPipe's digitsInfo parameter (#40714) 2021-02-26 15:42:29 -08:00
forms feat(forms): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
language-service feat(language-service): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
localize feat(localize): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
misc/angular-in-memory-web-api release: bump angular-in-web-memory-api package to 0.12.0 (#41487) 2021-04-07 09:35:17 -07:00
platform-browser feat(platform-browser): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
platform-browser-dynamic feat(platform-browser-dynamic): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
platform-server feat(platform-server): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
private/testing
router feat(router): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
service-worker feat(service-worker): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
upgrade feat(upgrade): update supported range of node versions (#41544) 2021-04-14 09:40:18 -07:00
zone.js build: update typescript to version 4.2.4 (#41618) 2021-04-14 15:44:17 -07:00
BUILD.bazel
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

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