15 lines
		
	
	
		
			471 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			471 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * @module
 | 
						|
 * @public
 | 
						|
 * @description
 | 
						|
 *
 | 
						|
 * Annotations provide the additional information that Angular requires in order to run your
 | 
						|
 * application. This module
 | 
						|
 * contains {@link Component}, {@link Directive}, and {@link View} annotations, as well as {@link
 | 
						|
 * Parent} and {@link Ancestor} annotations that are
 | 
						|
 * used by Angular to resolve dependencies.
 | 
						|
 *
 | 
						|
 */
 | 
						|
export * from './src/core/annotations/annotations';
 | 
						|
export * from './src/core/annotations/decorators';
 |