Kazi

Results 7 issues of Kazi

can you please tell me how to create this themes in monaco ? monaco.editor.defineTheme('myTheme', { base: 'vs', inherit: true, rules: [{ background: 'EDF9FA' }], colors: { 'editor.foreground': '#000000', 'editor.background': '#EDF9FA',...

I am using angular 13 in my project. In the web its stated that angularx-social-login:4 should work with angular 13. However, I am having error while running npm ci with...

I am currently using version 4 on my angular 13 app. While trying to add more scope on fbLoginOptions, FB is throwing error like this: `Sorry, something went wrong. We're...

while updating to angular 14, I am having an issue with [ngx-contextmenu]. This peer dependency showed: `➤ YN0060: │ angular@workspace:. provides @angular/common (pd42a8) with version 14.2.0, which doesn't satisfy what...

After installed with `npm i datamaps` I have modified my angular.json file like that: ``` scripts": [ "node_modules/d3/d3.js", "node_modules/topojson/build/topojson.js", "node_modules/datamaps/dist/datamaps.world.min.js" ], ``` angular component I was using like that: component.ts...

i was trying to display the rplidar data in matplot animation. but there is no way that i can display. I will be so glad if you could have a...