| 
									
										
										
										
											2016-05-02 23:09:54 -06:00
										 |  |  | /* tslint:disable:no-unused-variable */ | 
					
						
							| 
									
										
										
										
											2016-04-05 09:27:10 +03:00
										 |  |  | // #docplaster
 | 
					
						
							| 
									
										
										
										
											2016-05-03 14:06:32 +02:00
										 |  |  | import { Component, ViewEncapsulation } from '@angular/core'; | 
					
						
							| 
									
										
										
										
											2016-04-05 09:27:10 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | // #docregion
 | 
					
						
							|  |  |  | @Component({ | 
					
						
							| 
									
										
										
										
											2016-05-02 23:09:54 -06:00
										 |  |  |   moduleId: module.id, | 
					
						
							| 
									
										
										
										
											2016-04-05 09:27:10 +03:00
										 |  |  |   selector: 'quest-summary', | 
					
						
							|  |  |  |   // #docregion urls
 | 
					
						
							|  |  |  |   templateUrl: 'quest-summary.component.html', | 
					
						
							|  |  |  |   styleUrls:  ['quest-summary.component.css'] | 
					
						
							| 
									
										
										
										
											2016-05-02 23:09:54 -06:00
										 |  |  |   // #enddocregion urls
 | 
					
						
							| 
									
										
										
										
											2016-05-10 00:51:23 -07:00
										 |  |  | }) | 
					
						
							|  |  |  | export class QuestSummaryComponent { } | 
					
						
							| 
									
										
										
										
											2016-04-05 09:27:10 +03:00
										 |  |  | // #enddocregion
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |   // #docregion encapsulation.native
 | 
					
						
							|  |  |  |   // warning: few browsers support shadow DOM encapsulation at this time
 | 
					
						
							| 
									
										
										
										
											2016-05-02 23:09:54 -06:00
										 |  |  |   encapsulation: ViewEncapsulation.Native | 
					
						
							| 
									
										
										
										
											2016-04-05 09:27:10 +03:00
										 |  |  |   // #enddocregion encapsulation.native
 | 
					
						
							|  |  |  | */ |