pull/12/head
parent
529269fcb6
commit
70607721fa
@ -0,0 +1 @@ |
|||||||
|
<p>periode-essai-edit works!</p> |
@ -0,0 +1,15 @@ |
|||||||
|
import { Component, OnInit } from '@angular/core'; |
||||||
|
|
||||||
|
@Component({ |
||||||
|
selector: 'app-periode-essai-edit', |
||||||
|
templateUrl: './periode-essai-edit.component.html', |
||||||
|
styleUrls: ['./periode-essai-edit.component.scss'] |
||||||
|
}) |
||||||
|
export class PeriodeEssaiEditComponent implements OnInit { |
||||||
|
|
||||||
|
constructor() { } |
||||||
|
|
||||||
|
ngOnInit(): void { |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1 @@ |
|||||||
|
<p>periode-essai works!</p> |
@ -0,0 +1,15 @@ |
|||||||
|
import { Component, OnInit } from '@angular/core'; |
||||||
|
|
||||||
|
@Component({ |
||||||
|
selector: 'app-periode-essai', |
||||||
|
templateUrl: './periode-essai.component.html', |
||||||
|
styleUrls: ['./periode-essai.component.scss'] |
||||||
|
}) |
||||||
|
export class PeriodeEssaiComponent implements OnInit { |
||||||
|
|
||||||
|
constructor() { } |
||||||
|
|
||||||
|
ngOnInit(): void { |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue