ad95b04e69
+ guide/pipes/ts: update docs and example code + guide/pipes/dart: new prose, updated example code + fix platform_directives reference; html cleanup + enable pipes e2e testing For `e2e-spec.js`: If the async test is executed too early it will fail (simply because the async message hasn’t been received yet). + follow new constants naming convention
15 lines
305 B
HTML
15 lines
305 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pipes Example</title>
|
|
<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-app>my-app loading ...</my-app>
|
|
</body>
|
|
|
|
</html>
|