src/app/pages/investigate-business-entities-and-individuals/investigate-business-entities-and-individuals.component.tsVoir le fichier
@@ -1,7 +1,7 @@
import { Component, OnInit } from '@angular/core';
type State = 'VIEW INITIAL DETAILS'|'ENTER MORE DETAILS'|'ASSIGN COMMITTEE'|'REVIEW NON COMPLIANCE'|'CONCUR COMPLIANCE REVIEW'|'CLOSING REMARKS';
type Role = 'Investigator'|'Hod'|'Panel';
type State = 'VIEW INITIAL DETAILS'|'ENTER MORE DETAILS'|'ASSIGN COMMITTEE'|'REVIEW NON COMPLIANCE'|'CONCUR COMPLIANCE REVIEW'|'CLOSING REMARKS'|'PREPARE PRELIMINARY LETTER'|'RESPOND TO PRELIMINARY LETTER';
type Role = 'Investigator'|'Hod'|'Panel'|'Customer';
export class PreparePreliminaryLetterComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}
+ 1- 0
src/app/pages/investigate-business-entities-and-individuals/respond-to-preliminary-letter/respond-to-preliminary-letter.component.htmlVoir le fichier
@@ -0,0 +1 @@
<p>respond-to-preliminary-letter works!</p>
+ 0- 0
src/app/pages/investigate-business-entities-and-individuals/respond-to-preliminary-letter/respond-to-preliminary-letter.component.scssVoir le fichier
+ 25- 0
src/app/pages/investigate-business-entities-and-individuals/respond-to-preliminary-letter/respond-to-preliminary-letter.component.spec.tsVoir le fichier
@@ -0,0 +1,25 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { RespondToPreliminaryLetterComponent } from './respond-to-preliminary-letter.component';