mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The default change detection strategy is now OnPush. BREAKING CHANGE: Component with undefined `changeDetection` property are now `OnPush` by default. Specify `changeDetection: ChangeDetectionStrategy.Eager` to keep the previous behavior. |
||
|---|---|---|
| .. | ||
| ng2 | ||
| BUILD.bazel | ||
| largeform.e2e-spec.ts | ||
| largeform.perf-spec.ts | ||
| README.md | ||
Large Form Benchmark
Purpose:
- Track generated file size for a big form
- Track time for creation / destruction of form widgets, as they are more complex (e.g. include event listeners, host bindings, ...)