This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
3.0.0-beta+2
@View
will be removed in3.0.0
final, only use@Component
instead.EventEmitter
is now@Deprecated
: UseStream
andStreamController
.ElementRef.nativeElement
is nowfinal
(no setter).- Updated various documentation to make cleaner and use Dart, not TS, samples.
- Perf: Added performance improvments around generated code and type inference.
- Fix: Key-value differ now detects removals when first key moves.
- Fix:
<ng-content select="...">
does not emit incorrect code (regression). - Perf: Optimized how reflective providers are resolved on application startup.