New Dart prose, update Dart and Ts code + guide/server-communication/ts: update to docs and example code + guide/server-communication/dart: new prose, update example code + ignore all npm-debug.logs + make Jade ul li TOC elements more compact.
21 lines
535 B
HTML
21 lines
535 B
HTML
<!DOCTYPE html>
|
|
<!-- #docregion -->
|
|
<html>
|
|
<head>
|
|
<title>Angular 2 Http Demo</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<my-toh>ToH Loading...</my-toh>
|
|
<my-wiki>Wiki Loading...</my-wiki>
|
|
<my-wiki-smart>WikiSmart Loading...</my-wiki-smart>
|
|
</body>
|
|
|
|
</html>
|