mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
swiper component added to web
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user