Dipta Barua
Dipta Barua
import the module in the module.ts file First this-> `import { ChartsModule } from 'ng2-charts'; ` Then this-> ``` @NgModule({ declarations: [ AppComponent, ], imports: [ ChartsModule //
this things happens because of the processor, if you are using pi3 then the processor is bcm2835 which is not implemented in Raspberry.IO.GeneralPurpose package. to solve this issue try to...
install Raspberry.IO.GeneralPurpose3 -Version 3.1.1 instead of Raspberry.IO.GeneralPurpose as nuget package. Hope ur problem will be solved.