Template parse errors:
'kendo-angular-pdf-export' is not a known element:
1. If 'kendo-angular-pdf-export' is an Angular component, then verify that it is part of this module.
2. If 'kendo-angular-pdf-export' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message
I have registered the module and imported it in my main file as described in https://www.telerik.com/kendo-angular-ui/components/pdfexport/ but still keeps getting this error. I am working with Angular 5.
Module is registered like this
I found what I did wrong : This is from telerik site of kendo-ui-angular But really it's kendo-pdf-export as shown in the example.