angular-cn/public/docs/dart/latest/guide/lifecycle-hooks.jade
Patrice Chalin ac92e77611 docs(dev guide): lifecycle-hooks - updated dart/ts code and new dart prose
Mainly copyedits, but also

- Dart .jade extends TS .jade file with minor overrides
- Significant update of example code (so it matches the ts example in its
appearance and behavior).
- Tweaks to Dart code.
- A few extra/corrected mixin definitions in `_util-fns.jade`.
2016-05-06 14:17:34 +01:00

12 lines
327 B
Plaintext

extends ../../../ts/latest/guide/lifecycle-hooks.jade
block includes
include ../_util-fns
block optional-interfaces
//- n/a for Dart
block tick-methods
:marked
The `LoggerService.tick` method, which returns a `Future`, postpones the update one turn of the of the browser's update cycle ... and that's long enough.