modif page connexion (cacher composants)
This commit is contained in:
		
							parent
							
								
									547f6aee58
								
							
						
					
					
						commit
						c082030aed
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,4 +1,6 @@ | ||||||
| import { Component, OnInit } from '@angular/core'; | import { Component, OnInit } from '@angular/core'; | ||||||
|  | import { ApiBackService } from 'src/app/services/api-back.service'; | ||||||
|  | import { TokenService } from 'src/app/services/token.service'; | ||||||
| 
 | 
 | ||||||
| @Component({ | @Component({ | ||||||
|   selector: 'app-favoris-user', |   selector: 'app-favoris-user', | ||||||
|  | @ -7,7 +9,7 @@ import { Component, OnInit } from '@angular/core'; | ||||||
| }) | }) | ||||||
| export class FavorisUserComponent implements OnInit { | export class FavorisUserComponent implements OnInit { | ||||||
| 
 | 
 | ||||||
|   constructor() { } |   constructor(private plantouneService: ApiBackService, private tokenService: TokenService) { } | ||||||
| 
 | 
 | ||||||
|   ngOnInit(): void { |   ngOnInit(): void { | ||||||
|   } |   } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Romain Verger
						Romain Verger