Ambient directives can be configured when bootstraping an application. Ambient directives can be used in every component of the application without needing to explicitly list them.
		
			
				
	
	
		
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export * from './common';
 | 
						|
export * from './core';
 | 
						|
export * from './profile';
 | 
						|
export * from './lifecycle_hooks';
 | 
						|
export * from './bootstrap';
 | 
						|
export * from './upgrade';
 |