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. |
||
|---|---|---|
| .. | ||
| defer | ||
| helloworld | ||
| http-transferstate-lazy | ||
| http-transferstate-lazy-on-init | ||
| transferstate | ||
| app-routing.module.ts | ||
| app.component.ts | ||
| app.module.ts | ||
| app.server.module.ts | ||