Sucheta A Shrivastava

Results 7 comments of Sucheta A Shrivastava

Hi , ``` function readBarCodeSync(){ var filepath = './barcode-128-image_2.png'; var buf = fs.readFileSync(filepath); //var canvas = new Canvas(640, 480); var canvas =new Canvas.Canvas(this.imageWidth(), this.imageHeight()); var Image = Canvas.Image; var ctx...

My package.json - "caman": "git+https://gitlab.com/modernframe/caman.git", "canvas": "^2.8.0", ```

I found out the answer - I forgot putting sets value inside square [ ] brackets. this.allNodesSingularSelect.push({ sets: [this.nodesInfoSingular.records[i]._fields[0].properties.name], size: 12 })

I got the method - chart = venn.VennDiagram().width(1200).height(1300);

[1] npm install --save @ng-select/ng-select [2] app.module.ts - import { NgSelectModule } from '@ng-select/ng-select'; import { FormsModule } from '@angular/forms'; @NgModule({ declarations: [AppComponent], imports: [NgSelectModule, FormsModule], bootstrap: [AppComponent] }) export...

Hi, even i am facing the same error - ERROR in Error: Metadata version mismatch for module /home/dell/Downloads/Datshare/Adaani5.0 (another copy).0/node_modules/ng4-loading-spinner/ng4-loading-spinner.d.ts, found version 4, expected 3, resolving symbol MasterSystemModule in /home/dell/Downloads/Datshare/Adaani5.0...

Check these references out - https://stackblitz.com/edit/angular-pujraw?file=src%2Fapp%2Fapp.component.ts https://stackblitz.com/edit/angular-47yztq?file=src/app/hello.component.ts https://stackblitz.com/edit/angular-3hampn?file=src%2Fapp%2Fapp.component.ts