parent
ac709ed7fc
commit
dcad4eb49f
@ -0,0 +1 @@ |
|||||||
|
<p>referencement-add works!</p> |
@ -0,0 +1,15 @@ |
|||||||
|
import { Component, OnInit } from '@angular/core'; |
||||||
|
|
||||||
|
@Component({ |
||||||
|
selector: 'app-referencement-add', |
||||||
|
templateUrl: './referencement-add.component.html', |
||||||
|
styleUrls: ['./referencement-add.component.scss'] |
||||||
|
}) |
||||||
|
export class ReferencementAddComponent implements OnInit { |
||||||
|
|
||||||
|
constructor() { } |
||||||
|
|
||||||
|
ngOnInit(): void { |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1 @@ |
|||||||
|
<p>referencement-edit works!</p> |
@ -0,0 +1,15 @@ |
|||||||
|
import { Component, OnInit } from '@angular/core'; |
||||||
|
|
||||||
|
@Component({ |
||||||
|
selector: 'app-referencement-edit', |
||||||
|
templateUrl: './referencement-edit.component.html', |
||||||
|
styleUrls: ['./referencement-edit.component.scss'] |
||||||
|
}) |
||||||
|
export class ReferencementEditComponent implements OnInit { |
||||||
|
|
||||||
|
constructor() { } |
||||||
|
|
||||||
|
ngOnInit(): void { |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue