mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -1311,6 +1311,7 @@ export class AgendaPage implements OnInit {
|
|||||||
} else {
|
} else {
|
||||||
this.timelineFilterState = segments
|
this.timelineFilterState = segments
|
||||||
}
|
}
|
||||||
|
this.showTimelineFilterState = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -8,15 +8,12 @@ import { NewEventPageRoutingModule } from './new-event-routing.module';
|
|||||||
|
|
||||||
import { NewEventPage } from './new-event.page';
|
import { NewEventPage } from './new-event.page';
|
||||||
|
|
||||||
import { NgbDate, NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
IonicModule,
|
IonicModule,
|
||||||
NewEventPageRoutingModule,
|
NewEventPageRoutingModule,
|
||||||
// NgbModule,
|
|
||||||
],
|
],
|
||||||
declarations: [NewEventPage]
|
declarations: [NewEventPage]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user