I recently upgraded my project from Angular 13 to Angular 15. And now I'm trying to make some of the existing components independent.
I'm trying to use a standalone component in a regular NgModule but I get this error:
Class ExchangeCategoriesAutocompleteComponent is not an Angular module.