11 lines
		
	
	
		
			186 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | // #docregion
 | ||
|  | import { Component } from '@angular/core'; | ||
|  | 
 | ||
|  | @Component({ | ||
|  |   moduleId: module.id, | ||
|  |   selector: 'my-app', | ||
|  |   templateUrl: 'app.component.html' | ||
|  | }) | ||
|  | export class AppComponent { } | ||
|  | 
 |