penambahan form input add data device

This commit is contained in:
2024-04-20 01:31:50 +07:00
parent 8f0c2fb913
commit 6c9b4f18b4
6 changed files with 564 additions and 447 deletions

View File

@@ -40,6 +40,10 @@ import { ModalAddEditComponent } from './modal-add-edit/modal-add-edit.component
{
path: '',
component: DeviceComponent
},
{
path: 'add-row',
component: AddEditDeviceComponent
}
])
]