mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use gulp examples/pub.serve to start up the server and go to http://localhost:8080/index_static.html to see the static app.
4 lines
168 B
Dart
4 lines
168 B
Dart
import 'packages/examples/hello_world/static_app.dart' as HelloWorldApp;
|
|
|
|
// TODO(rado): templatize and make reusable for all examples.
|
|
main() => HelloWorldApp.main();
|