AgoraIO-Community / Angular-Agora-RTC

11 stars 16 forks source link

With angular 8, am getting this issue #12

Open ishwara-bhat opened 5 years ago

ishwara-bhat commented 5 years ago

ERROR in src/app/app.component.ts(21,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(40,25): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(43,25): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(50,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(53,27): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(61,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(63,25): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(68,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(74,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.component.ts(81,23): error TS2339: Property 'client' does not exist on type 'AngularAgoraRtcService'. src/app/app.module.ts(3,33): error TS2305: Module '"D:/ajs/Angular-Agora-RTC-master/node_modules/angular-agora-rtc/angular-agora-rtc"' has no exported member 'AgoraConfig'. src/app/app.module.ts(17,27): error TS2339: Property 'forRoot' does not exist on type 'typeof AngularAgoraRtcModule'.

Pls check.

Kumark1008 commented 4 years ago

Im also getting same issue, if anyone knows, please answer.