Hi, I added this import
import {AsyncActionService} from "../../../../core/app/core/src/lib/services/process/processes/async-action/async-action";
in defaultExt, in extension.module.ts (the path /extensions/defaultExt/app/src/extension.module.ts).
When I try to build with ng build defaultExt --configuration production
i get the followind error
Error: core/app/core/src/lib/components/modal/components/classic-modal/classic-modal.component.html:29:1 - error NG8001: 'scrm-modal' is not a known element:
1. If 'scrm-modal' is an Angular component, then verify that it is part of this module.
2. If 'scrm-modal' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
I don’t even know what that has to do with the import, i’m not even doing anything with it. If i comment the import line everything builds without problems.