| Index: modules/angular2/test/transform/common.dart
|
| diff --git a/modules/angular2/test/transform/common.dart b/modules/angular2/test/transform/common.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77e3f98d53fb08eab931a4dde32a59ba1fb80a4c
|
| --- /dev/null
|
| +++ b/modules/angular2/test/transform/common.dart
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +library initialize.test.build.common;
|
| +
|
| +// TODO(kegluneq): Remove this and use the actual Directive def'n.
|
| +// Simple mock of Directive.
|
| +class Directive {
|
| + final context;
|
| + const Directive({this.context});
|
| +}
|
|
|