angular-odata icon indicating copy to clipboard operation
angular-odata copied to clipboard

Broken typing of `select` inside of `expand`

Open hakimio opened this issue 1 year ago • 0 comments

Recently I have noticed that auto-completion of column names inside expand select no longer seems to work:

const commentExpand: Expand<Comment> = {
    user: {
            // no user column auto-completion here
            select: []
        }
    };

Simple query select works as expected.

hakimio avatar Aug 22 '24 10:08 hakimio