Created
June 25, 2018 17:14
-
-
Save alxhub/5fe8ed4da082e49fc760ef7a6301d073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ngtsc last week | |
## Landed | |
* `inputs` and `outputs` support in directive/component metadata | |
* fix for `inject()` default value issue | |
* `ReflectionHost` abstraction for ngtsc | |
## PRs | |
* 24632: ngInjectorDef compilation of @NgModule decorator | |
## Work in Progress: | |
* compilation of @angular/core | |
* stripping all Angular decorators (`@Input`, `@Optional`, etc) | |
* output is tree-shakeable and meets bundle size targets (< 3 KB Hello World!) | |
* support for host bindings/listeners | |
# ngtsc this work | |
* Land the above work | |
* `@Pipe` support | |
* `templateURL` support (including JIT) | |
* Factory inheritance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment