mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Before, you'd get an error like: ``` EXCEPTION: Cannot find a differ supporting object ‘[object Object]’ in [users in UsersCmp@2:14] ``` Now, you get: ``` EXCEPTION: Cannot find a differ supporting object ‘[object Object]’ of type 'Object'. Did you mean to bind ngFor to an Array? in [users in UsersCmp@2:14] ``` |
||
|---|---|---|
| .. | ||
| ng_class_spec.ts | ||
| ng_for_spec.ts | ||
| ng_if_spec.ts | ||
| ng_plural_spec.ts | ||
| ng_style_spec.ts | ||
| ng_switch_spec.ts | ||
| non_bindable_spec.ts | ||
| observable_list_diff_spec.dart | ||