created components with forms for project
This commit is contained in:
11
src/app/components/update-loan/update-loan.ts
Normal file
11
src/app/components/update-loan/update-loan.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-update-loan',
|
||||
imports: [],
|
||||
templateUrl: './update-loan.html',
|
||||
styleUrl: './update-loan.css',
|
||||
})
|
||||
export class UpdateLoan {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user