abp icon indicating copy to clipboard operation
abp copied to clipboard

angular build proxy cannot found

Open thanhtai9606 opened this issue 2 years ago • 2 comments

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.


thanhtai9606 avatar May 13 '22 04:05 thanhtai9606

somebody help me please???

thanhtai9606 avatar May 16 '22 02:05 thanhtai9606

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.

stale[bot] avatar Jul 30 '22 17:07 stale[bot]