Export classes in a barrel
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/index.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| export * from './extractor'; | ||||
| export * from './utils/translation.collection'; | ||||
|  | ||||
| export * from './parsers/parser.interface'; | ||||
| export * from './parsers/abstract-template.parser'; | ||||
| export * from './parsers/directive.parser'; | ||||
| export * from './parsers/pipe.parser'; | ||||
| export * from './parsers/service.parser'; | ||||
|  | ||||
| export * from './compilers/compiler.interface'; | ||||
| export * from './compilers/json.compiler'; | ||||
| export * from './compilers/po.compiler'; | ||||
		Reference in New Issue
	
	Block a user