| 
									
										
										
										
											2016-02-18 10:53:21 -08:00
										 |  |  | library angular2.test.compiler.metadata_resolver_fixture; | 
					
						
							| 
									
										
										
										
											2016-03-09 14:55:27 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 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 {} |