RxWebCore icon indicating copy to clipboard operation
RxWebCore copied to clipboard

Extended Models have incorrect import statements

Open diptip09 opened this issue 4 years ago • 1 comments

Hello Sir,

When I run model command, extended models generate imports Name of property in the class instead of type of the property. Ex. For property, buyerNavigation : UserBase;

import {BuyerNavigationBase} from '../database-models/buyer-navigation-base'; is being imported instead of import {UserBase} from '../database-models/user-base';

angulararchitectureissue.txt

diptip09 avatar May 25 '20 06:05 diptip09