1234567891011121314151617181920212223 |
- import { NgModule } from '@angular/core';
- import { CommonModule } from '@angular/common';
- import { FormsModule } from '@angular/forms';
- import { IonicModule } from '@ionic/angular';
- import { CommunityRoutingModule } from './community-routing.module';
- @NgModule({
- declarations: [
-
- ],
- imports: [
- CommonModule,
- CommunityRoutingModule,
- FormsModule,
- IonicModule
- ]
- })
- export class community {
- }
|