Browse Source
			
			
			Feature/extend personal finance tools 20240820 (#3685)
			
				* Add Ziggma
			
			
				pull/3687/head
			
			
		 
		
			
				
					
						 Thomas Kaul
					
					1 year ago
						Thomas Kaul
					
					1 year ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
10 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					libs/common/src/lib/personal-finance-tools.ts
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -668,5 +668,15 @@ export const personalFinanceTools: Product[] = [ | 
			
		
	
		
		
			
				
					|  |  |     origin: 'United States', |  |  |     origin: 'United States', | 
			
		
	
		
		
			
				
					|  |  |     pricingPerYear: '$99', |  |  |     pricingPerYear: '$99', | 
			
		
	
		
		
			
				
					|  |  |     slogan: 'Change Your Relationship With Money' |  |  |     slogan: 'Change Your Relationship With Money' | 
			
		
	
		
		
			
				
					|  |  |  |  |  |   }, | 
			
		
	
		
		
			
				
					|  |  |  |  |  |   { | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     founded: 2019, | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     hasFreePlan: false, | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     hasSelfHostingAbility: false, | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     key: 'ziggma', | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     name: 'Ziggma', | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     origin: 'United States', | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     pricingPerYear: '$90', | 
			
		
	
		
		
			
				
					|  |  |  |  |  |     slogan: 'Your solution for investing success' | 
			
		
	
		
		
			
				
					|  |  |   } |  |  |   } | 
			
		
	
		
		
			
				
					|  |  | ]; |  |  | ]; | 
			
		
	
	
		
		
			
				
					|  | 
 |