I have a problem compiling an angular webapp created with a Fuse page structure and his relative components. When i try to make changes to my component.html file, I get the following error:
Failed to compile.
src/@fuse/components/alert/alert.component.ngtypecheck.ts:1:127 - error TS1109: Expression expected.
1 import * as i0 from '../../../../../../../../../[Path]/[MyProject ]/src/@fuse/components/alert/alert.component’;
I’ve installed correctly all the libraries and dependencies and my modules are correctly imported.