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