Skip to content

Commit

Permalink
feat: #3963 swiper module resolve in ng build
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Jul 26, 2022
1 parent 2367213 commit 67e6cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
import { FormsModule } from '@angular/forms';
import { ChartModule } from 'angular2-chartjs';
import { TranslateModule } from '@ngx-translate/core';
import { SwiperModule } from 'swiper/angular';
import { TimeTrackingComponent } from './time-tracking.component';
import { SharedModule } from '../../../@shared/shared.module';
import { ScreenshotsItemModule } from '../../../@shared/timesheet/screenshots/screenshots-item/screenshots-item.module';
Expand Down Expand Up @@ -50,7 +51,8 @@ import { WindowLayoutModule } from '../../../@shared/dashboard/window-layout/win
CounterPointModule,
WidgetLayoutModule,
WindowLayoutModule,
NbPopoverModule
NbPopoverModule,
SwiperModule
],
declarations: [TimeTrackingComponent],
exports: [TimeTrackingComponent],
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"ngx-daterangepicker-material/*": [
"./node_modules/ngx-daterangepicker-material/*"
],
"swiper_angular": [
"./node_modules/swiper/angular"
],
"ng2-completer": ["node_modules/@akveo/ng2-completer"],
"@gauzy/wakatime": ["libs/wakatime/src/index.ts"],
"@gauzy/desktop-timer": ["packages/desktop-timer/src/index.ts"],
Expand Down

0 comments on commit 67e6cc6

Please sign in to comment.