Patrice Chalin
f8e6b5d1f7
docs(toh-5/dart): make dashboard more robust ( #1688 )
...
Originally the dashboard TS expression ``heroes.slice(1, 5))` had been
written as:
> _heroService.getHeroes().getRange(1, 5)
which is brittle; it fails if there are not enough heroes. Slice
doesn't fail; an equivalent express
ion in Dart is
> _heroService.getHeroes().skip(1).take(4)
This is now used.
Other changes:
- Fix in css (missed TS-side update).
- Ran `dartfmt` on `heroes_component.dart`.
2016-06-28 13:15:29 -07:00
..
2016-06-22 01:51:57 +01:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 12:52:47 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-20 21:02:28 -04:00
2016-06-28 12:52:47 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-13 23:55:14 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 08:16:59 -07:00
2016-06-17 10:43:16 -07:00
2016-06-22 15:15:12 -07:00
2016-06-22 15:15:12 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 13:13:58 -07:00
2016-06-28 08:22:53 -07:00
2016-06-28 12:52:47 -07:00
2016-06-20 16:55:07 -07:00
2016-06-17 10:43:16 -07:00
2016-06-21 10:51:25 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 12:52:47 -07:00
2016-06-21 18:11:54 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 12:52:47 -07:00
2016-06-16 13:24:49 -07:00
2016-06-17 10:43:16 -07:00
2016-06-28 08:16:59 -07:00
2016-06-28 08:16:59 -07:00
2016-06-15 14:59:57 -07:00
2016-06-28 13:15:29 -07:00
2016-06-28 13:12:49 -07:00
2016-06-17 10:43:16 -07:00
2016-06-17 10:43:16 -07:00
2016-06-20 19:57:16 -07:00
2016-06-20 19:57:16 -07:00
2016-06-28 08:25:12 -07:00
2016-06-28 12:52:47 -07:00
2016-04-05 10:15:27 -07:00
2016-06-13 11:33:12 -07:00
2015-12-12 13:57:18 -08:00
2015-12-14 19:57:55 -08:00
2016-05-21 14:31:22 -07:00
2016-05-21 14:31:22 -07:00
2016-06-28 12:52:47 -07:00
2016-06-28 12:52:47 -07:00
2016-06-20 21:02:28 -04:00
2016-06-28 12:52:47 -07:00
2016-05-21 14:15:48 -07:00
2016-04-05 10:15:18 -07:00
2016-06-22 01:51:57 +01:00
2016-05-21 14:31:22 -07:00