| 
									
										
										
										
											2015-08-14 10:03:45 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Annotations provide the additional information that Angular requires in order to run your | 
					
						
							|  |  |  |  * application. This module | 
					
						
							|  |  |  |  * contains {@link ComponentMetadata}, {@link DirectiveMetadata}, and {@link ViewMetadata} | 
					
						
							|  |  |  |  * annotations, as well as | 
					
						
							|  |  |  |  * the {@link Host} annotation that is used by Angular to resolve dependencies. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   ComponentMetadata, | 
					
						
							|  |  |  |   DirectiveMetadata, | 
					
						
							|  |  |  |   PipeMetadata, | 
					
						
							|  |  |  |   LifecycleEvent, | 
					
						
							|  |  |  |   ViewMetadata, | 
					
						
							|  |  |  |   ViewEncapsulation, | 
					
						
							|  |  |  |   QueryMetadata, | 
					
						
							|  |  |  |   AttributeMetadata, | 
					
						
							|  |  |  |   Attribute, | 
					
						
							|  |  |  |   AttributeFactory, | 
					
						
							|  |  |  |   Component, | 
					
						
							|  |  |  |   ComponentDecorator, | 
					
						
							|  |  |  |   ComponentFactory, | 
					
						
							|  |  |  |   Directive, | 
					
						
							|  |  |  |   DirectiveDecorator, | 
					
						
							|  |  |  |   DirectiveFactory, | 
					
						
							|  |  |  |   View, | 
					
						
							|  |  |  |   ViewDecorator, | 
					
						
							|  |  |  |   ViewFactory, | 
					
						
							|  |  |  |   Query, | 
					
						
							|  |  |  |   QueryFactory, | 
					
						
							|  |  |  |   ViewQuery, | 
					
						
							|  |  |  |   Pipe, | 
					
						
							| 
									
										
										
										
											2015-09-03 15:10:48 -07:00
										 |  |  |   PipeFactory, | 
					
						
							|  |  |  |   Property, | 
					
						
							|  |  |  |   PropertyFactory, | 
					
						
							|  |  |  |   PropertyMetadata, | 
					
						
							|  |  |  |   Event, | 
					
						
							|  |  |  |   EventFactory, | 
					
						
							| 
									
										
										
										
											2015-09-04 14:07:16 -07:00
										 |  |  |   EventMetadata, | 
					
						
							|  |  |  |   HostBinding, | 
					
						
							|  |  |  |   HostBindingFactory, | 
					
						
							|  |  |  |   HostBindingMetadata, | 
					
						
							|  |  |  |   HostListener, | 
					
						
							|  |  |  |   HostListenerFactory, | 
					
						
							|  |  |  |   HostListenerMetadata | 
					
						
							| 
									
										
										
										
											2015-08-14 10:03:45 -07:00
										 |  |  | } from './src/core/metadata'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							| 
									
										
										
										
											2015-08-28 18:11:04 -07:00
										 |  |  |   AfterContentInit, | 
					
						
							| 
									
										
										
										
											2015-08-27 21:19:56 -07:00
										 |  |  |   AfterContentChecked, | 
					
						
							| 
									
										
										
										
											2015-08-28 18:11:04 -07:00
										 |  |  |   AfterViewInit, | 
					
						
							|  |  |  |   AfterViewChecked, | 
					
						
							| 
									
										
										
										
											2015-08-27 21:19:56 -07:00
										 |  |  |   OnChanges, | 
					
						
							| 
									
										
										
										
											2015-08-14 10:03:45 -07:00
										 |  |  |   OnDestroy, | 
					
						
							|  |  |  |   OnInit, | 
					
						
							| 
									
										
										
										
											2015-08-27 21:19:56 -07:00
										 |  |  |   DoCheck | 
					
						
							| 
									
										
										
										
											2015-08-14 10:03:45 -07:00
										 |  |  | } from './src/core/compiler/interfaces'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  | export {Class, ClassDefinition, TypeDecorator} from './src/core/util/decorators'; |