I'm trying to use the ngx-mat-select-search component. I followed the tutorial on https://www.npmjs.com/package/ngx-mat-select-search but after I install it and try to use the exact code from the tutorial (https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example) I always get this error when I try to use the ngx-mat-select-search tag (<ngx-mat-select-search></ngx-mat-select-search>
):
'ngx-mat-select-search' is not a known element: 1. If 'ngx-mat-select-search' is an Angular component, then verify that it is part of this module. 2. If 'ngx-mat-select-search' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Thank you for your help!