9 lines
		
	
	
		
			164 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // #docregion
 | |
| import { Component } from '@angular/core';
 | |
| 
 | |
| @Component({
 | |
|   selector: 'my-app',
 | |
|   template: '<hero-form></hero-form>'
 | |
| })
 | |
| export class AppComponent { }
 |