Skip to content

Commit

Permalink
Issue #ED-0000 fix: Fixed player loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajoymaity committed May 23, 2024
1 parent 27f9c09 commit b9e245a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 111 deletions.
131 changes: 30 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
"@project-sunbird/sb-notification": "^8.0.0",
"@project-sunbird/sb-styles": "0.0.16",
"@project-sunbird/sb-svg2pdf": "^8.0.3",
"@project-sunbird/sunbird-epub-player-v9": "^5.6.0",
"@project-sunbird/sunbird-epub-player-web-component": "^1.2.0",
"@project-sunbird/sunbird-pdf-player-v9": "^5.6.0",
"@project-sunbird/sunbird-pdf-player-web-component": "^1.1.0",
"@project-sunbird/sunbird-quml-player-web-component": "3.0.3",
"@project-sunbird/sunbird-sdk": "7.0.23",
Expand All @@ -101,7 +99,7 @@
"jest-preset-angular": "13.1.4",
"jspdf": "^2.5.1",
"jwt-decode": "^2.2.0",
"katex": "^0.11.1",
"katex": "^0.16.10",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"material-design-icons": "^3.0.1",
Expand Down Expand Up @@ -155,7 +153,7 @@
"@babel/preset-typescript": "^7.9.0",
"@ionic/angular-toolkit": "^6.0.0",
"@project-sunbird/sb-themes": "0.0.86",
"@project-sunbird/telemetry-sdk": "0.0.29",
"@project-sunbird/telemetry-sdk": "^1.3.0",
"@types/jest": "^28.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "12.11.5",
Expand Down Expand Up @@ -209,7 +207,7 @@
"cordova-plugin-zip": "^3.1.0",
"cordova-sqlite-storage": "^6.0.0",
"cordova-zip-plugin": "github:Sunbird-Ed/jjdltc-cordova-plugin-zip",
"cordova.plugins.diagnostic": "^5.0.2",
"cordova.plugins.diagnostic": "^7.1.4",
"es6-promise-plugin": "^4.2.2",
"fs-extra": "^8.1.0",
"ionic-plugin-keyboard": "^2.2.1",
Expand Down
4 changes: 0 additions & 4 deletions src/app/player/player.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { IonicModule } from '@ionic/angular';
import { PlayerPage } from './player.page';
import { CanvasPlayerService } from '../../services/canvas-player.service';
import { ScreenOrientation } from '@awesome-cordova-plugins/screen-orientation/ngx';
import { SunbirdPdfPlayerModule } from '@project-sunbird/sunbird-pdf-player-v9';
import { SunbirdEpubPlayerModule } from '@project-sunbird/sunbird-epub-player-v9';



Expand All @@ -26,8 +24,6 @@ const routes: Routes = [
imports: [
CommonModule,
FormsModule,
SunbirdPdfPlayerModule,
SunbirdEpubPlayerModule,
IonicModule,
RouterModule.forChild(routes)
],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"allowSyntheticDefaultImports": true,
"compileOnSave": false,
"angularCompilerOptions": {

"enableIvy": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
},
Expand Down

0 comments on commit b9e245a

Please sign in to comment.