8 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { Component } from '@angular/core';
 | |
| 
 | |
| @Component({
 | |
|   selector: 'sg-app',
 | |
|   template: '<input type="text" tohValidator>'
 | |
| })
 | |
| export class AppComponent { }
 |