Created the base design
This commit is contained in:
17
src/app/menu/menu.module.ts
Normal file
17
src/app/menu/menu.module.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { MenuPageRoutingModule } from './menu-routing.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
IonicModule,
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
MenuPageRoutingModule
|
||||
],
|
||||
declarations: []
|
||||
})
|
||||
export class MenuPageModule {}
|
||||
Reference in New Issue
Block a user