Skip to content

Commit 92faa01

Browse files
committed
removed custom schema
1 parent 3cb345a commit 92faa01

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

projects/sunbird-video-player/src/lib/sunbird-video-player.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NgModule, CUSTOM_ELEMENTS_SCHEMA} from '@angular/core';
1+
import { NgModule} from '@angular/core';
22
import { CommonModule } from '@angular/common';
33
import { FormsModule } from '@angular/forms';
44
import { SunbirdPlayerSdkModule } from '@project-sunbird/sunbird-player-sdk-v9';
@@ -19,6 +19,5 @@ import { QumlLibraryModule } from '@project-sunbird/sunbird-quml-player-v9';
1919
],
2020
providers: [ErrorService],
2121
exports: [SunbirdVideoPlayerComponent , SunbirdPlayerSdkModule],
22-
schemas: [CUSTOM_ELEMENTS_SCHEMA]
2322
})
2423
export class SunbirdVideoPlayerModule { }

0 commit comments

Comments
 (0)