penambahan menu device

This commit is contained in:
2024-04-19 15:51:50 +07:00
parent 653fb257b8
commit 14ad53025f
25 changed files with 1657 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@NgModule({
declarations: [],
imports: [
CommonModule
]
})
export class MasterModule { }