| Index: third_party/pkg/angular/demo/todo/web/main.dart
|
| diff --git a/third_party/pkg/angular/demo/todo/main.dart b/third_party/pkg/angular/demo/todo/web/main.dart
|
| similarity index 87%
|
| rename from third_party/pkg/angular/demo/todo/main.dart
|
| rename to third_party/pkg/angular/demo/todo/web/main.dart
|
| index 69c654d17ae3b3d8a57f3ac7181f1a2475a954b9..84b3dbd03ee3cf5b361863ae411f32417b7b725e 100644
|
| --- a/third_party/pkg/angular/demo/todo/main.dart
|
| +++ b/third_party/pkg/angular/demo/todo/web/main.dart
|
| @@ -5,6 +5,12 @@ import 'todo.dart';
|
|
|
| import 'dart:html';
|
|
|
| +// Everything in the 'todo' library should be preserved by MirrorsUsed
|
| +@MirrorsUsed(
|
| + targets: const['todo'],
|
| + override: '*')
|
| +import 'dart:mirrors';
|
| +
|
| main() {
|
|
|
| print(window.location.search);
|
|
|