Error: src/app/Module/MemoryEditor/Component/MemoryEditor/MemoryEditorBaseComponent.html:133:3 - error NG8001: 'swiper-container' is not a known element:
1. If 'swiper-container' is an Angular component, then verify that it is part of this module.
2. If 'swiper-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
133 <swiper-container class="ion-margin">
I can serve an application so i know that the library of this swiper is somehow working but when im trying to fully build it byu yarn build its like this.
Also, can’t share the code, so could u specify what would help?