dineshmaths1

Results 9 issues of dineshmaths1

while npm run dev:serve-ssr Am getting this error. how to fix? Compiled successfully. C:\Users\Nirali\Documents\marketsmojo\technical-repo-gui\mojotechnicals\dist\mojotechnicals\server\main.js:56687 b=b?b._modules:{};g(b,"Series/HollowCandlestick/HollowCandlestickPoint.js",[b["Core/Series/SeriesRegistry.js"]],function(b){var c=this&&this.__extends||function(){var b=function(a,e){b=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(b,a){b.__proto__=a}||function(b,a){for(var e in a)a.hasOwnProperty(e)&&(b[e]=a[e])};return b(a,e)};return function(a,e){function c(){this.constructor=a}b(a,e);a.prototype=null===e?Object.create(e):(c.prototype=e.prototype,new c)}}();return function(b){function a(){var a= ^ TypeError:...

I am working on audio play list . First audio complete After second audio url is changed but still playing first audio only . This is my code ``` onPlayerReady(api:...

while npm run dev:serve-ssr Am getting this error. how to fix? Compiled successfully. C:\Users\Nirali\Documents\marketsmojo\technical-repo-gui\mojotechnicals\dist\mojotechnicals\server\main.js:56687 b=b?b._modules:{};g(b,"Series/HollowCandlestick/HollowCandlestickPoint.js",[b["Core/Series/SeriesRegistry.js"]],function(b){var c=this&&this.__extends||function(){var b=function(a,e){b=Object.setPrototypeOf||{proto:[]}instanceof Array&&function(b,a){b.proto=a}||function(b,a){for(var e in a)a.hasOwnProperty(e)&&(b[e]=a[e])};return b(a,e)};return function(a,e){function c(){this.constructor=a}b(a,e);a.prototype=null===e?Object.create(e):(c.prototype=e.prototype,new c)}}();return function(b){function a(){var a= ^ TypeError:...

Pending reply

Hii How to disable the tinymce?

Am trying to implement suggestion api This is my code $('#name').materialtags({ itemValue: 'value', itemText: 'text', typeaheadjs: { name: 'name', displayKey: 'name', source: function(search, showChoices) { var a=[]; $.ajax({ url: "",...

ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated > cordova plugin add cordova-plugin-fcm-with-dependecy-updated Installing "cordova-plugin-fcm-with-dependecy-updated" for ios after that nothing happening on the screen still waiting to complete the process

cordova platform rm ios && cordova platform add ios Using cordova-fetch for cordova-ios@^6.1.0 Adding ios project... Creating Cordova project for the iOS platform: Path: platforms/ios Package: com.tithee.com Name: MyApp iOS...

``` await this.platform.ready(); if (!this.platform.is('cordova')) { alert("not cordova"); return; } console.log("fev",this.fcm) console.log(JSON.stringify(this.fcm)); await this.fcm.deleteInstanceId(); this.fcm.onNotification().subscribe((payload) => { this.pushPayload = payload; }); this.hasPermission = await this.fcm.requestPushPermission(); console.log('requestPushPermission result: ',this.hasPermission); this.token =...

Am getting this error > ERROR TypeError: "Observable_1.Observable.fromEvent is not a function"