Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created June 25, 2018 17:14
Show Gist options
  • Save alxhub/5fe8ed4da082e49fc760ef7a6301d073 to your computer and use it in GitHub Desktop.
Save alxhub/5fe8ed4da082e49fc760ef7a6301d073 to your computer and use it in GitHub Desktop.
# 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