This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/src/app/beforeConnexion/utils/navbar-before-connexion/navbar-before-connexion.component.ts
2021-12-22 12:15:32 +01:00

11 lines
302 B
TypeScript

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";
}