Angular 9 Features
- Smaller bundles and better performance.
- Added undecorated classes migration schematic in the core.
- Support for TypeScript Diagnostics Format.
- The
formControlName
also accepts a number in the form.
- Internationalization support for Angular Ivy.
- Selector-less directives as base classes in View Engine in the compiler.
- Added support for selector-less directive as base classes in Ivy.
- Ivy compiler is now the default for
ngc
.
- Convert all ngtsc diagnostics to ts.Diagnostics.
- Bazel: support
ts_library
targets as entry-points for ng_package
.
- Core: add dynamic queries schematic.
- Core: Mark
TestBed.get
as deprecated.
- Ivy: expose
window.ng.getDebugNode
helper and also support ng-add in localize package.
- Ivy: i18n —add syntax support for
$localize
metadata block.
- Ivy: i18n — reorganize entry-points for better reuse.
- Language-service: enable logging on
TypeScriptHost
.
- Language-service: provide diagnostic for invalid
templateUrls
.
- Language-service: provide diagnostics for invalid
styleUrls
.
No comments:
Post a Comment