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`.
		
			
				
	
	
		
			21 lines
		
	
	
		
			465 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			465 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!-- #docregion -->
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>Angular 2 Lifecycle Hooks</title>
 | |
|   <meta charset="UTF-8">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   <link rel="stylesheet" href="styles.css">
 | |
|   <link rel="stylesheet" href="sample.css">
 | |
| 
 | |
|   <script defer src="main.dart" type="application/dart"></script>
 | |
|   <script defer src="packages/browser/dart.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <my-app>Loading...</my-app>
 | |
| </body>
 | |
| 
 | |
| </html>
 |