AutoComplete - Error in console

Dear Radzen,
i am trying to bring into live the AutoComplete component in Angular version.
Therefore i am getting the error in the console:

Template parse errors:
'rz-autocomplete' is not a known element:
1. If 'rz-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'rz-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

Make sure you are not using some custom node_modules, if you have such folder in your app - delete it.

Ok, thank you.
We use custom components.
I have recreated the dependencies and it works now.