mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
958bb0da04
- for now only wraps the `@Input` properties and calls to `ngOnInit`, `ngDoCheck` and `ngOnChanges` of directives. - also groups eval sources by NgModule. Part of #11683