mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
New Event Fields Control
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
@@ -15,6 +15,7 @@ import { NgCalendarModule } from 'ionic2-calendar';
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
CalModalPageRoutingModule,
|
||||
ReactiveFormsModule,
|
||||
NgCalendarModule
|
||||
],
|
||||
declarations: [CalModalPage]
|
||||
|
||||
Reference in New Issue
Block a user