Parth

Results 6 comments of Parth

**If fixed this issue in ANGULAR 10** Here is my code : ``` {{ dat.key }} ``` component.ts ``` public json = require('feather-icons/dist/icons.json'); public data; ngOnInit() { this.data = this.json;...

Here you are getting this error , because the version you are using for echarts isn't compatible with version of angular Ex: Angular 7 isn't compatible with charts V5.0.0 or...