We has a shared project which defined shared Enum used by App Micro Services. We have the following case: Micro Service A use this enum, And Micro Service B setup that can call AppServices in Micro Services A; Service B also use this enum;
The generated property for Service B import this enum twice with build error: error TS2300: Duplicate identifier 'xxxxEnum'
3 Answer(s)
-
0
I downgrade this package "@abp/ng.schematics": "7.4.5", then this error is gone. I believe ABP 8.1.x version package has bug.
-
0
Hi,
The problem was solved in 8.2 https://github.com/abpframework/abp/pull/20189
-
0
Hi,
The problem was solved in 8.2 https://github.com/abpframework/abp/pull/20189
I upgraded to ABP 8.2.1, this error is gone. There are still quite a lot of other Angular errors, I will create separate thread for it.