abp
abp copied to clipboard
angular build proxy cannot found
abp verion 5.2.1 I use angular with module. It run ok, but when I build project to publish npm package, I received this error I use npm pack, it ok. But I when it run see the same errors
Compiling with Angular sources in Ivy partial compilation mode.
projects/file-management/src/lib/my-file-browser/my-file-browser.component.ts:2:52 - error TS2307: Cannot find module '@proxy' or its corresponding type declarati
ons.
2 import { MyFilesService, PublicFilesService } from '@proxy';
~~~~~~~~
projects/file-management/src/lib/public-file-browser/public-file-browser.component.ts:2:34 - error TS2307: Cannot find module '@proxy' or its corresponding type d
eclarations.
2 import {PublicFilesService} from '@proxy';
~~~~~~~~
projects/file-management/src/lib/file-data-grid/file-data-grid.component.ts:2:32 - error TS2307: Cannot find module '@proxy' or its corresponding type declaration
s.
somebody help me please???
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.