| Index: modules/angular2/test/transform/ctor_with_default_value_files/expected/index.bootstrap.dart
|
| diff --git a/modules/angular2/test/transform/ctor_with_default_value_files/expected/index.bootstrap.dart b/modules/angular2/test/transform/ctor_with_default_value_files/expected/index.bootstrap.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8351124b037493b93a02ec620734a0d17151b09c
|
| --- /dev/null
|
| +++ b/modules/angular2/test/transform/ctor_with_default_value_files/expected/index.bootstrap.dart
|
| @@ -0,0 +1,14 @@
|
| +import 'package:angular2/src/reflection/reflection.dart' show reflector;
|
| +import 'bar.dart' as i0;
|
| +import 'package:angular2/src/core/annotations/annotations.dart' as i1;
|
| +import 'index.dart' as i2;
|
| +
|
| +main() {
|
| + reflector
|
| + ..registerType(i0.Component, {
|
| + "factory": (dynamic c) => new i0.Component(c),
|
| + "parameters": const [const [dynamic]],
|
| + "annotations": const [const i1.Directive(context: 'soup')]
|
| + });
|
| + i2.main();
|
| +}
|
|
|