continuation de la page 'search', mise en place des pubs
This commit is contained in:
parent
45f9057490
commit
8784c290ca
37 changed files with 559 additions and 258 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import {MessageService} from "../../utils/services/message/message.service";
|
||||
import {Router} from "@angular/router";
|
||||
import {ThemeService} from "../../utils/services/theme/theme.service";
|
||||
|
||||
|
||||
@Component({
|
||||
|
|
@ -14,7 +15,8 @@ export class PageConnexionComponent implements OnInit
|
|||
password: string = ""
|
||||
|
||||
constructor( private messageService: MessageService,
|
||||
private router: Router) { }
|
||||
private router: Router,
|
||||
public themeService: ThemeService ) { }
|
||||
|
||||
|
||||
ngOnInit(): void {}
|
||||
|
|
|
|||
Reference in a new issue