Skip to content

Extended Models have incorrect import statements #22

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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