| 
									
										
										
										
											2015-11-10 23:04:13 -07:00
										 |  |  | import 'package:angular2/angular2.dart'; | 
					
						
							| 
									
										
										
										
											2016-02-09 13:50:08 -08:00
										 |  |  | import 'exponential_strength_pipe.dart'; | 
					
						
							| 
									
										
										
										
											2015-11-10 23:04:13 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-09 13:50:08 -08:00
										 |  |  | @Component( | 
					
						
							|  |  |  |     selector: 'power-booster', | 
					
						
							| 
									
										
										
										
											2015-11-10 23:04:13 -07:00
										 |  |  |     template: '''
 | 
					
						
							| 
									
										
										
										
											2016-02-09 13:50:08 -08:00
										 |  |  |     <h2>Power Booster</h2> | 
					
						
							|  |  |  |     <p> | 
					
						
							|  |  |  |       Super power boost: {{2 | exponentialStrength: 10}} | 
					
						
							|  |  |  |     </p> | 
					
						
							| 
									
										
										
										
											2015-11-10 23:04:13 -07:00
										 |  |  | ''',
 | 
					
						
							|  |  |  |     pipes: const [ExponentialStrengthPipe]) | 
					
						
							|  |  |  | class PowerBooster {} |