Skip to content

Extended Models have incorrect import statements #22

@diptip09

Description

@diptip09

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions