parent
4166a9edcf
commit
f42748a5f9
@ -0,0 +1,2 @@ |
||||
<app-nav-menu></app-nav-menu> |
||||
<h1>Assignation référent</h1> |
@ -0,0 +1,14 @@ |
||||
import { Component, OnInit } from "@angular/core"; |
||||
|
||||
@Component({ |
||||
selector: 'assignation-referent', |
||||
templateUrl: './assignation-referent.component.html' |
||||
}) |
||||
export class AssignationReferentComponent implements OnInit { |
||||
|
||||
constructor() {} |
||||
|
||||
ngOnInit() { |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue