play ground
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { PlaygrdviewPageRoutingModule } from './playgrdview-routing.module';
|
||||
|
||||
import { PlaygrdviewPage } from './playgrdview.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
PlaygrdviewPageRoutingModule
|
||||
],
|
||||
declarations: [PlaygrdviewPage]
|
||||
})
|
||||
export class PlaygrdviewPageModule {}
|
||||
Reference in New Issue
Block a user