Publications are better

This commit is contained in:
Eudes Inácio
2022-02-18 15:28:30 +01:00
parent 2618cd94ad
commit 2448100fb7
11 changed files with 98 additions and 35 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ import { FormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { HomePageRoutingModule } from './home-routing.module';
import { LazyLoadImageModule } from 'ng-lazyload-image';
import { HomePage } from './home.page';
/* import { IonicSelectableModule } from 'ionic-selectable'; */
@@ -15,6 +15,7 @@ import { HomePage } from './home.page';
FormsModule,
IonicModule,
HomePageRoutingModule,
LazyLoadImageModule
],
declarations: [HomePage],
})