Angular NG3004 issue with abpSuite Code generator. In a modular application when you generate UI components in the module itself.
[ERROR] NG3004: Unable to import symbol PermissionDirective. The symbol is not exported from <filepath>/angular/node_modules/@abp/ng.core/index.d.ts (module '@abp/ng.core'). [plugin angular-compiler]
src/app/dashboard/dashboard.component.ngtypecheck.ts:0:0: 0 ¦ ? ^
The symbol is declared here.
node_modules/@abp/ng.core/index.d.ts:2486:0: 2486 ¦ declare class PermissionDirective implements OnDestroy, OnChange... ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .... .... ....
We have also attempted to re-create the issue and get a similar issue with 'PageComponent' this time referencing the module itself. If we remove the file reference in tsconfig, build the module, then add a yarn reference with a file link and build the main application (i.e. bypass the "paths": {}) , the code itself works. This indicates a potential issue with the setup of the angular modules in ABP 10 or with abp Suite code generator.
I am trying to find an installer for ABP Studio 1.4.2. We are not ready to migrate to .NET 10 and even if we use 'Change Version' in ABP Studio the new solutions are all version 10. Base on: https://abp.io/support/questions/8627/Install-specific-version-of-ABP-Studio and https://abp.io/support/questions/10250/What-is-the-procedure-to-roll-back-ABP-Studio-to-a-prior-version
It appears we need to generate the URL based on the release number..
I tried to create a link but it appears there is no 'beta' for 1.4.2 and I tried 'release'. https://abp.io/api/abp-studio/download/r/windows/abp-studio-1.4.2-beta-full.nupkg https://abp.io/api/abp-studio/download/r/windows/abp-studio-1.4.2-release-full.nupkg
Is there a published list of all APB Studio versions and their download link so that we can easily find and download the correct version. This is needed because we need to uninstall and re-install constantly to change versions.