8 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | // Model barrel
 | ||
|  | export * from './hero'; | ||
|  | export * from './hero.service'; | ||
|  | export * from './http-hero.service'; | ||
|  | export * from './test-heroes'; | ||
|  | 
 | ||
|  | export * from './user.service'; |