mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Create gulp targets to build `hello_world` and check its gzipped size against size constraints. See #5312, #5314
12 lines
259 B
HTML
12 lines
259 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Hello Angular 2.0</title>
|
|
<body>
|
|
<hello-app>
|
|
Loading...
|
|
</hello-app>
|
|
|
|
<script src="index.dart" type="application/dart"></script>
|
|
<script src="packages/browser/dart.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|