-เพิ่มการรองรับ interfaces/dashboard.interface.ts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
||||
import { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';
|
||||
import { GeneralService } from '../../services/generalservice';
|
||||
import { IDropAct } from '../interfaces/dashboard.interface'
|
||||
|
||||
@Component({
|
||||
selector: 'app-main-dashboard',
|
||||
@@ -15,7 +16,7 @@ export class MainDashboardComponent implements OnInit {
|
||||
isSubmitting: boolean = false;
|
||||
arrearsForm!: FormGroup;
|
||||
saveFrm!: FormGroup;
|
||||
|
||||
myDropAct!: IDropAct;
|
||||
|
||||
readonly ownerName = 'Nuttakit';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user