angular-cn/modules/angular2/test/compiler/runtime_metadata_fixture.dart

10 lines
347 B
Dart
Raw Normal View History

library angular2.test.compiler.runtime_metadata_fixture;
import "package:angular2/core.dart" show Component;
// This component is not actually malformed; this fixture is here to
// make Dart not complain about a missing import for a test case that only
// matters in an JavaScript app.
@Component(template: "")
class MalformedStylesComponent {}