* docs(i18n): add internationalization (i18n) guide * docs(cb-i18n): revamped to System.import the translation file
		
			
				
	
	
		
			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 { }
 | |
| 
 |