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`.
		
			
				
	
	
		
			12 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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.
 |