swiper component added to web

This commit is contained in:
Eudes Inácio
2024-05-08 10:38:35 +01:00
parent 6de36fa3df
commit 9b8dc376fa
7 changed files with 22 additions and 5 deletions
@@ -9,6 +9,7 @@ import { NewPublicationPageRoutingModule } from './new-publication-routing.modul
import { NewPublicationPage } from './new-publication.page';
import { MatProgressBarModule } from '@angular/material/progress-bar';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { SwiperPageModule } from 'src/app/shared/swiper/swiper.module';
@NgModule({
imports: [
@@ -18,6 +19,7 @@ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
NewPublicationPageRoutingModule,
MatProgressBarModule,
FontAwesomeModule,
SwiperPageModule
],
exports: [NewPublicationPage],
declarations: [NewPublicationPage]