Getting error in angular 6 project on ng buiild.
In app.module.ts i added:
import { WebDataRocksPivot } from “./webdatarocks/webdatarocks.angular4”;
and added declaration
@NgModule({
declarations: [
AppComponent,
RoutingComponents,
WebDataRocksPivot
on build i get
error TS2503: Cannot find namespace ‘WebDataRocks’.
Hello,
Thank you for reaching out to us.
We are happy to announce that the new version of WebDataRocks has been released, our team would like to kindly suggest checking out the GitHub sample demonstrating integration with Angular based on the new version of the component.
Regards,
WebDataRocks Team
Confirming that this is actually an issue with Angular 6 or higher. The github sample is built with
“@angular/core”: “^5.2.0”,
Specifically:
import { WebDataRocksPivot } from ‘./webdatarocks/webdatarocks.angular4’;
in app.module.ts generates the error
“Cannot find module ‘./webdatarocks/webdatarocks.angular4’.ts(2307)”.
Hello,
Thank you for giving us some time.
We are happy to inform you that our GitHub sample dedicated to the integration with Angular was updated. It now uses an Angular version 9. You are welcome to check it out!
Please contact us in case of additional questions.
Best regards,
WebDataRocks Team