mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Attendees funcionality.
This commit is contained in:
@@ -7,13 +7,16 @@ import { IonicModule } from '@ionic/angular';
|
||||
import { HomePageRoutingModule } from './home-routing.module';
|
||||
|
||||
import { HomePage } from './home.page';
|
||||
import { IonicSelectableModule } from 'ionic-selectable';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
HomePageRoutingModule
|
||||
HomePageRoutingModule,
|
||||
IonicSelectableModule
|
||||
],
|
||||
declarations: [HomePage]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user