am using primeng tool for developing angular project need to use Lazy loading server side filter,
Error: 'p-columnFilter' is not a known element:
1. If 'p-columnFilter' is an Angular component, then verify that it is part of this module.
2. If 'p-columnFilter' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
<th>
[ERROR ->]<p-columnFilter type="text" field="year"></p-columnFilter>
")
can you suggest to clear the issue