Meet Dave
Results
2
comments of
Meet Dave
To implement easy-pie-chart in ng2, Please traverse this repo for reference - https://github.com/akveo/ngx-admin/blob/ng2-admin/src/app/pages/dashboard/pieChart/pieChart.component.ts
I had a similar error, after further debugging it seemed that I wasn't invoking the imported javascript function synchronously. ```js import '/src/scripts/myLib.ts' window.myLib.init() // Causes the cannot find module error...