- add new-event page

- add view-event page
- add edit-event page
This commit is contained in:
tiago.kayaya
2021-01-29 09:45:27 +01:00
parent 90d5b27430
commit 076b614488
33 changed files with 1362 additions and 134 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ import { CalModalPageModule } from '../cal-modal/cal-modal.module';
import { registerLocaleData } from '@angular/common';
import localeDe from '@angular/common/locales/pt';
import { CalendarComponent } from 'src/app/components/calendar/calendar.component';
import { SharedModule } from 'src/app/shared/shared.module';
registerLocaleData(localeDe);
@NgModule({
@@ -22,7 +23,7 @@ registerLocaleData(localeDe);
CommonModule,
FormsModule,
IonicModule,
/* ComponentsModule, */
SharedModule,
AgendaPageRoutingModule,
NgCalendarModule,
CalModalPageModule,