corrections des erreurs remarquées par Wilfried
This commit is contained in:
parent
d1ac1b77f0
commit
939e5f4df1
33 changed files with 66 additions and 112 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import {Component, Input} from '@angular/core';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-navbar-before-connexion',
|
||||
templateUrl: './navbar-before-connexion.component.html',
|
||||
styleUrls: ['./navbar-before-connexion.component.scss']
|
||||
})
|
||||
export class NavbarBeforeConnexionComponent
|
||||
{
|
||||
@Input() pour = "login";
|
||||
}
|
||||
Reference in a new issue