initial repo creation
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { AboutPage } from './about.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
IonicModule,
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
RouterModule.forChild([{ path: '', component: AboutPage }])
|
||||
],
|
||||
declarations: [AboutPage]
|
||||
})
|
||||
export class AboutPageModule {}
|
||||
Reference in New Issue
Block a user