mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
index_static.js & index_static.html are unnecessary in Js and are now essentially generated via the Dart transformer. The angular transformer is specified in examples/pubspec.yaml; use pub build to create a transformed application that does not use dart:mirrors. Create index_dynamic.js & index_dynamic.html, which are used to test that the app runs equally well with mirrors and without. Closes #495
11 lines
151 B
HTML
11 lines
151 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Hello Angular 2.0 (Reflection)</title>
|
|
<body>
|
|
<hello-app>
|
|
Loading...
|
|
</hello-app>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html>
|