| 
									
										
										
										
											2015-03-17 23:29:27 +00:00
										 |  |  | /** | 
					
						
							| 
									
										
										
										
											2015-04-10 12:45:02 +02:00
										 |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							| 
									
										
										
										
											2015-04-10 11:15:01 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-05-20 17:19:46 -07:00
										 |  |  |  * Annotations provide the additional information that Angular requires in order to run your | 
					
						
							|  |  |  |  * application. This module | 
					
						
							| 
									
										
										
										
											2015-06-01 21:36:06 -07:00
										 |  |  |  * contains {@link Component}, {@link Directive}, and {@link View} annotations, as well as | 
					
						
							| 
									
										
										
										
											2015-07-23 09:03:39 +01:00
										 |  |  |  * the {@link Ancestor} annotation that is used by Angular to resolve dependencies. | 
					
						
							| 
									
										
										
										
											2015-04-10 11:15:01 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2015-03-17 23:29:27 +00:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   ComponentAnnotation, | 
					
						
							|  |  |  |   DirectiveAnnotation, | 
					
						
							| 
									
										
										
										
											2015-07-04 15:04:50 +02:00
										 |  |  |   LifecycleEvent | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | } from './src/core/annotations/annotations'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-07 22:09:19 +02:00
										 |  |  | export {ViewAnnotation} from 'angular2/src/core/annotations/view'; | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | export {QueryAnnotation, AttributeAnnotation} from 'angular2/src/core/annotations/di'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   OnAllChangesDone, | 
					
						
							|  |  |  |   OnChange, | 
					
						
							|  |  |  |   OnDestroy, | 
					
						
							|  |  |  |   OnInit, | 
					
						
							|  |  |  |   OnCheck | 
					
						
							|  |  |  | } from 'angular2/src/core/compiler/interfaces'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   Class, | 
					
						
							|  |  |  |   ClassDefinition, | 
					
						
							|  |  |  |   ParameterDecorator, | 
					
						
							|  |  |  |   TypeDecorator | 
					
						
							|  |  |  | } from 'angular2/src/util/decorators'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export { | 
					
						
							|  |  |  |   Attribute, | 
					
						
							|  |  |  |   AttributeFactory, | 
					
						
							|  |  |  |   Component, | 
					
						
							|  |  |  |   ComponentDecorator, | 
					
						
							|  |  |  |   ComponentFactory, | 
					
						
							|  |  |  |   Directive, | 
					
						
							|  |  |  |   DirectiveDecorator, | 
					
						
							|  |  |  |   DirectiveFactory, | 
					
						
							|  |  |  |   View, | 
					
						
							|  |  |  |   ViewDecorator, | 
					
						
							|  |  |  |   ViewFactory, | 
					
						
							|  |  |  |   Query, | 
					
						
							| 
									
										
										
										
											2015-07-10 10:30:31 -07:00
										 |  |  |   QueryFactory, | 
					
						
							|  |  |  |   ViewQuery | 
					
						
							| 
									
										
										
										
											2015-07-07 08:15:58 +02:00
										 |  |  | } from 'angular2/src/core/annotations/decorators'; |