Amr Ibrahim

Results 11 comments of Amr Ibrahim

### Solved ``` npm i rxjs-compat --save npm i ng2-completer --save ```

@daddyman Thank you , Your solution works for me, But this bug should be solved without this work around .

You can import standalone version - not bundled one with the following line: `import Chart from 'chart.js/dist/Chart.js'` Or setting alias ``` resolve: { alias: { 'chart.js': 'chart.js/dist/Chart.js' } } ```

> But I do not include chart.js as a dependency but as a peer dependency - so it is up to the user to include all of chart.js or just...

> Hello, > > Any updates on this? Copy the base directive in your project and apply the following update https://github.com/valor-software/ng2-charts/issues/1108#issuecomment-490383242

my current quick solution for Canvas2ImagePlugin typescript and Canvas2ImagePlugin ionic2 is and it is **working successfully** ``` let _widow:any = window ; if (_widow.cordova) { console.log('cordova attached'); // running on...

same problem for me as well. Is there any solution you found?

Solved: delete this file `C:\Users\{username}\.eslintrc`